diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-04 16:17:27 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-01-04 16:17:27 +0000 |
commit | 854109b51ee2fe3d0c30fddf7cb8ec55c9e1ce0a (patch) | |
tree | f88c389e8df55959ea41553d1092d862b9ce7575 /net/netsaint-plugins/scripts | |
parent | Update to 2.10.0. (diff) |
Missed configure scripts in libpq version bump: chase lib version.
Diffstat (limited to 'net/netsaint-plugins/scripts')
-rw-r--r-- | net/netsaint-plugins/scripts/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/netsaint-plugins/scripts/configure b/net/netsaint-plugins/scripts/configure index e466804b992a..cb5b819b257d 100644 --- a/net/netsaint-plugins/scripts/configure +++ b/net/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="" ;; |