summaryrefslogtreecommitdiff
path: root/net/gnu-radius
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-01-04 16:17:27 +0000
committerSean Chittenden <seanc@FreeBSD.org>2003-01-04 16:17:27 +0000
commit854109b51ee2fe3d0c30fddf7cb8ec55c9e1ce0a (patch)
treef88c389e8df55959ea41553d1092d862b9ce7575 /net/gnu-radius
parentUpdate to 2.10.0. (diff)
Missed configure scripts in libpq version bump: chase lib version.
Notes
Notes: svn path=/head/; revision=72513
Diffstat (limited to 'net/gnu-radius')
-rw-r--r--net/gnu-radius/scripts/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gnu-radius/scripts/configure b/net/gnu-radius/scripts/configure
index 78e961fee908..80526d02ebb5 100644
--- a/net/gnu-radius/scripts/configure
+++ b/net/gnu-radius/scripts/configure
@@ -58,7 +58,8 @@ while [ "$1" ]; do
LIB_PATH="$LIB_PATH:${LOCALBASE}/lib/mysql/"
;;
\"PostgreSQL\")
- echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7:install"
+ echo "POSTGRESQL_PORT?= databases/postgresql7"
+ echo "LIB_DEPENDS+= pq.3:\${PORTSDIR}/${POSTGRESQL_PORT}:install"
echo "CONFIGURE_ARGS+= --with-postgres"
INCLUDE_PATH="$INCLUDE_PATH:${LOCALBASE}/include/pgsql/"
;;