Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2013 20:42:11 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337292 - head/databases/pgbouncer
Message-ID:  <201312232042.rBNKgBhb036554@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Dec 23 20:42:11 2013
New Revision: 337292
URL: http://svnweb.freebsd.org/changeset/ports/337292

Log:
  Fix LIB_DEPENDS

Modified:
  head/databases/pgbouncer/Makefile

Modified: head/databases/pgbouncer/Makefile
==============================================================================
--- head/databases/pgbouncer/Makefile	Mon Dec 23 20:34:00 2013	(r337291)
+++ head/databases/pgbouncer/Makefile	Mon Dec 23 20:42:11 2013	(r337292)
@@ -12,7 +12,7 @@ COMMENT=	Lightweight connection pooler f
 
 LICENSE=	BSD
 
-LIB_DEPENDS=	libevent-2.so:${PORTSDIR}/devel/libevent2
+LIB_DEPENDS=	libevent-2.0.so:${PORTSDIR}/devel/libevent2
 
 PORTSCOUT=	site:http://pgfoundry.org/frs/?group_id=1000258
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312232042.rBNKgBhb036554>