aboutsummaryrefslogtreecommitdiff
path: root/net/gnu-radius
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-05-09 07:05:00 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-05-09 07:05:00 +0000
commit0cad2944ab3cdc790a49aef3801009882ebb2a3f (patch)
treedb70edae5cf93f6ea0db36de1cd97a66e50181c1 /net/gnu-radius
parent1b0ba2026bf8546e4e6145e4896acdce0f86f678 (diff)
downloadports-0cad2944ab3cdc790a49aef3801009882ebb2a3f.tar.gz
ports-0cad2944ab3cdc790a49aef3801009882ebb2a3f.zip
- Fix build with PostgreSQL (utilize USE_PGSQL)
PR: ports/80782 Submitted by: Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de>
Notes
Notes: svn path=/head/; revision=134911
Diffstat (limited to 'net/gnu-radius')
-rw-r--r--net/gnu-radius/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/gnu-radius/Makefile b/net/gnu-radius/Makefile
index af51c7136ac9..c32034482d79 100644
--- a/net/gnu-radius/Makefile
+++ b/net/gnu-radius/Makefile
@@ -73,8 +73,7 @@ PLIST_SUB+= MYSQL="@comment "
.endif
.if defined(WITH_POSTGRESQL)
-POSTGRESQL_PORT?= databases/postgresql7
-LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
+USE_PGSQL= yes
CONFIGURE_ARGS+= --with-postgres
INCLUDE_PATH+= ${LOCALBASE}/include/pgsql/
PLIST_SUB+= PGSQL=""