summaryrefslogtreecommitdiff
path: root/net
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
parentDocument some vulnerabilities in groff. (diff)
- 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')
-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=""