diff options
author | seanc <seanc@FreeBSD.org> | 2003-01-05 00:17:27 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-01-05 00:17:27 +0800 |
commit | d06672f851077c30382cf17568a1ce424c4865b7 (patch) | |
tree | 561b9c096c5534818e66fa6643882ab83c033878 /net-mgmt/netsaint-plugins | |
parent | ea7f8d054c983e07a8cf26bda7c96a114abd2c6d (diff) | |
download | freebsd-ports-gnome-d06672f851077c30382cf17568a1ce424c4865b7.tar.gz freebsd-ports-gnome-d06672f851077c30382cf17568a1ce424c4865b7.tar.zst freebsd-ports-gnome-d06672f851077c30382cf17568a1ce424c4865b7.zip |
Missed configure scripts in libpq version bump: chase lib version.
Diffstat (limited to 'net-mgmt/netsaint-plugins')
-rw-r--r-- | net-mgmt/netsaint-plugins/scripts/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/netsaint-plugins/scripts/configure b/net-mgmt/netsaint-plugins/scripts/configure index e466804b992a..cb5b819b257d 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="" ;; |