svn commit: r337292 - head/databases/pgbouncer

Antoine Brodin antoine at FreeBSD.org
Mon Dec 23 20:42:12 UTC 2013


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
 


More information about the svn-ports-head mailing list