aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-12-24 04:42:11 +0800
committerantoine <antoine@FreeBSD.org>2013-12-24 04:42:11 +0800
commit390ceddc68580884637acccb4efad78eba69fb67 (patch)
treebeb25f8d2af94a11f7ea3685d683ff7cee016b1f /databases
parent615190af813756631c6053f26f6ee33c4cb2bb1c (diff)
downloadfreebsd-ports-gnome-390ceddc68580884637acccb4efad78eba69fb67.tar.gz
freebsd-ports-gnome-390ceddc68580884637acccb4efad78eba69fb67.tar.zst
freebsd-ports-gnome-390ceddc68580884637acccb4efad78eba69fb67.zip
Fix LIB_DEPENDS
Diffstat (limited to 'databases')
-rw-r--r--databases/pgbouncer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/pgbouncer/Makefile b/databases/pgbouncer/Makefile
index 3e8170316b99..ae17119086cf 100644
--- a/databases/pgbouncer/Makefile
+++ b/databases/pgbouncer/Makefile
@@ -12,7 +12,7 @@ COMMENT= Lightweight connection pooler for PostgreSQL
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