diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-24 04:42:11 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-24 04:42:11 +0800 |
commit | 390ceddc68580884637acccb4efad78eba69fb67 (patch) | |
tree | beb25f8d2af94a11f7ea3685d683ff7cee016b1f /databases | |
parent | 615190af813756631c6053f26f6ee33c4cb2bb1c (diff) | |
download | freebsd-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/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 |