aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/pmacct
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2015-06-11 23:25:41 +0800
committerzi <zi@FreeBSD.org>2015-06-11 23:25:41 +0800
commit4a4c4937ede7a6d63f17c6c2fb7572a04e5255c2 (patch)
tree42ec912a8c58e9fc099c090c59814cefe35c7462 /net-mgmt/pmacct
parentb5c04f417aa19d8b7bd5cfc5f294b1c7303f59ca (diff)
downloadfreebsd-ports-gnome-4a4c4937ede7a6d63f17c6c2fb7572a04e5255c2.tar.gz
freebsd-ports-gnome-4a4c4937ede7a6d63f17c6c2fb7572a04e5255c2.tar.zst
freebsd-ports-gnome-4a4c4937ede7a6d63f17c6c2fb7572a04e5255c2.zip
- Add LIB_DEPENDS for postgres support
- Do not bump PORTREVISION as this is a NOOP by default PR: 200786 Submitted by: Niels Kristensen <niels@kristensen.io>
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