diff options
author | sem <sem@FreeBSD.org> | 2005-05-09 15:05:00 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-05-09 15:05:00 +0800 |
commit | e3356c0e14727ca3f4d0388774c9774797b2dbd8 (patch) | |
tree | 9f2a355e0b523bd79b4b5a6607680ec1a6d910f4 | |
parent | a8a2fc227d1faee66093063a1befd579f9c519cf (diff) | |
download | freebsd-ports-gnome-e3356c0e14727ca3f4d0388774c9774797b2dbd8.tar.gz freebsd-ports-gnome-e3356c0e14727ca3f4d0388774c9774797b2dbd8.tar.zst freebsd-ports-gnome-e3356c0e14727ca3f4d0388774c9774797b2dbd8.zip |
- Fix build with PostgreSQL (utilize USE_PGSQL)
PR: ports/80782
Submitted by: Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de>
-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="" |