aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/pmacct
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2015-06-11 15:25:41 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2015-06-11 15:25:41 +0000
commit36e1469aa780601c8a4677d2d3c63332cc0107e0 (patch)
tree42ec912a8c58e9fc099c090c59814cefe35c7462 /net-mgmt/pmacct
parent66c294c153418e94d5a56ad5a424845bd0fa7ecc (diff)
downloadports-36e1469aa780601c8a4677d2d3c63332cc0107e0.tar.gz
ports-36e1469aa780601c8a4677d2d3c63332cc0107e0.zip
Notes
Diffstat (limited to 'net-mgmt/pmacct')
-rw-r--r--net-mgmt/pmacct/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile
index be32390fb06e..5c2ef225b35a 100644
--- a/net-mgmt/pmacct/Makefile
+++ b/net-mgmt/pmacct/Makefile
@@ -46,6 +46,7 @@ PLIST_SUB+= WITH_MYSQL="@comment "
.if ${PORT_OPTIONS:MPGSQL}
USES+= pgsql
+LIB_DEPENDS+= lbpq.so.5:${PORTSDIR}/databases/postgresql-libpqxx
CONFIGURE_ARGS+=--enable-pgsql
PLIST_SUB+= WITH_PGSQL=""
.else