summaryrefslogtreecommitdiff
path: root/net/gnu-radius
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-05-25 09:19:42 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-05-25 09:19:42 +0000
commit4031a6967c572131286ac61cc1b11872a57cd37d (patch)
tree714c4a22b469826dcc0386922e90e2c36f96e684 /net/gnu-radius
parentAdd minisapserver 0.2.3, SAP and SLP announcement for the VLC Media (diff)
Remove databases/postgresql-client because there can't be a -server, and having
it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems
Notes
Notes: svn path=/head/; revision=109952
Diffstat (limited to 'net/gnu-radius')
-rw-r--r--net/gnu-radius/scripts/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gnu-radius/scripts/configure b/net/gnu-radius/scripts/configure
index e9339a80cb53..b7e03ad9686d 100644
--- a/net/gnu-radius/scripts/configure
+++ b/net/gnu-radius/scripts/configure
@@ -59,7 +59,7 @@ while [ "$1" ]; do
LIB_PATH="$LIB_PATH:${LOCALBASE}/lib/mysql/"
;;
\"PostgreSQL\")
- echo "POSTGRESQL_PORT?= databases/postgresql-client"
+ echo "POSTGRESQL_PORT?= databases/postgresql7"
echo "LIB_DEPENDS+= pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}"
echo "CONFIGURE_ARGS+= --with-postgres"
INCLUDE_PATH="$INCLUDE_PATH:${LOCALBASE}/include/pgsql/"