summaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorseanc <seanc@FreeBSD.org>2003-01-04 16:17:27 +0000
committerseanc <seanc@FreeBSD.org>2003-01-04 16:17:27 +0000
commitd06672f851077c30382cf17568a1ce424c4865b7 (patch)
tree561b9c096c5534818e66fa6643882ab83c033878 /net-mgmt
parentea7f8d054c983e07a8cf26bda7c96a114abd2c6d (diff)
downloadFreeBSD-ports-d06672f851077c30382cf17568a1ce424c4865b7.zip
FreeBSD-ports-d06672f851077c30382cf17568a1ce424c4865b7.tar.gz
Missed configure scripts in libpq version bump: chase lib version.
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nagios-plugins/scripts/configure3
-rw-r--r--net-mgmt/netsaint-plugins/scripts/configure3
2 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/nagios-plugins/scripts/configure b/net-mgmt/nagios-plugins/scripts/configure
index 171e89e..66a3aee 100644
--- a/net-mgmt/nagios-plugins/scripts/configure
+++ b/net-mgmt/nagios-plugins/scripts/configure
@@ -83,7 +83,8 @@ while [ "$1" ]; do
SUB_MYSQL=""
;;
\"PostgreSQL\")
- echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7"
+ echo "POSTGRESQL_PORT?= databases/postgresql7"
+ echo "LIB_DEPENDS+= pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}"
echo "CONFIGURE_ARGS+= --with-pgsql=\${LOCALBASE}"
SUB_PGSQL=""
;;
diff --git a/net-mgmt/netsaint-plugins/scripts/configure b/net-mgmt/netsaint-plugins/scripts/configure
index e466804..cb5b819b 100644
--- a/net-mgmt/netsaint-plugins/scripts/configure
+++ b/net-mgmt/netsaint-plugins/scripts/configure
@@ -81,7 +81,8 @@ while [ "$1" ]; do
SUB_MYSQL=""
;;
\"PostgreSQL\")
- echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7"
+ echo "POSTGRESQL_PORT?= databases/postgresql7"
+ echo "LIB_DEPENDS+= pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}"
echo "CONFIGURE_ARGS+= --with-pgsql=\${LOCALBASE}"
SUB_PGSQL=""
;;
OpenPOWER on IntegriCloud