diff options
Diffstat (limited to 'net-mgmt/nagios-plugins/scripts')
-rw-r--r-- | net-mgmt/nagios-plugins/scripts/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/nagios-plugins/scripts/configure b/net-mgmt/nagios-plugins/scripts/configure index 171e89e58aa8..66a3aee9dca6 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="" ;; |