diff options
-rw-r--r-- | databases/pgbouncer/Makefile | 2 |
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 |