From 02fefb46e9b6742902f61d2526dc1ce2a16fa435 Mon Sep 17 00:00:00 2001 From: Chris Rees Date: Sun, 23 Nov 2014 13:22:05 +0000 Subject: [PATCH] Remove extra and now incorrect dependencies on postgresql libs-- these were always unnecessary anyway. Submitted by: mat --- sysutils/cfengine33/Makefile | 1 - sysutils/cfengine34/Makefile | 1 - sysutils/cfengine35/Makefile | 1 - 3 files changed, 3 deletions(-) diff --git a/sysutils/cfengine33/Makefile b/sysutils/cfengine33/Makefile index f005f629efa8..ef2ba2dfa587 100644 --- a/sysutils/cfengine33/Makefile +++ b/sysutils/cfengine33/Makefile @@ -61,7 +61,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} 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} diff --git a/sysutils/cfengine35/Makefile b/sysutils/cfengine35/Makefile index 66ff63397e46..54cc6b9196c5 100644 --- a/sysutils/cfengine35/Makefile +++ b/sysutils/cfengine35/Makefile @@ -64,7 +64,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}