diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-09 07:05:00 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-09 07:05:00 +0000 |
commit | 0cad2944ab3cdc790a49aef3801009882ebb2a3f (patch) | |
tree | db70edae5cf93f6ea0db36de1cd97a66e50181c1 /net/gnu-radius | |
parent | 1b0ba2026bf8546e4e6145e4896acdce0f86f678 (diff) |
Notes
Diffstat (limited to 'net/gnu-radius')
-rw-r--r-- | net/gnu-radius/Makefile | 3 |
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="" |