aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/cfengine34
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2014-11-23 21:22:05 +0800
committercrees <crees@FreeBSD.org>2014-11-23 21:22:05 +0800
commit8e0a2ce25fae43054a4e61b108f638610ba2228f (patch)
treeb6d16f247fe4caf0612cd58567c3b6e275b8a98f /sysutils/cfengine34
parentc65b2c03c39f7a950edfe67c8691045b6ea251dc (diff)
downloadfreebsd-ports-gnome-8e0a2ce25fae43054a4e61b108f638610ba2228f.tar.gz
freebsd-ports-gnome-8e0a2ce25fae43054a4e61b108f638610ba2228f.tar.zst
freebsd-ports-gnome-8e0a2ce25fae43054a4e61b108f638610ba2228f.zip
Remove extra and now incorrect dependencies on postgresql libs-- these
were always unnecessary anyway. Submitted by: mat
Diffstat (limited to 'sysutils/cfengine34')
-rw-r--r--sysutils/cfengine34/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/cfengine34/Makefile b/sysutils/cfengine34/Makefile
index 9a117cb30051..228e44ff564a 100644
--- a/sysutils/cfengine34/Makefile
+++ b/sysutils/cfengine34/Makefile
@@ -65,7 +65,6 @@ LIB_DEPENDS+= libqdbm.so:${PORTSDIR}/databases/qdbm
.if ${PORT_OPTIONS:MPGSQL}
USES+= pgsql
CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE}
-LIB_DEPENDS+= libpq.so:${PORTSDIR}/databases/postgresql${PGSQL_VER}-client
.endif
.if ${PORT_OPTIONS:MMYSQL}