aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-08-27 04:14:13 +0800
committersteve <steve@FreeBSD.org>2000-08-27 04:14:13 +0800
commitd5217ba79fb55883c9ff1be06fd15c22ac4c3671 (patch)
tree8f9a06c357618d852139de45649d68f211fa3fee /www
parent57495f684616a042a0e2dca21835adaf337c3f66 (diff)
downloadfreebsd-ports-gnome-d5217ba79fb55883c9ff1be06fd15c22ac4c3671.tar.gz
freebsd-ports-gnome-d5217ba79fb55883c9ff1be06fd15c22ac4c3671.tar.zst
freebsd-ports-gnome-d5217ba79fb55883c9ff1be06fd15c22ac4c3671.zip
Use WITH_PGSQL to be consistent with the rest of the ports that have the
ability to compile postgresql support in.
Diffstat (limited to 'www')
-rw-r--r--www/udmsearch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/udmsearch/Makefile b/www/udmsearch/Makefile
index 72c961380a57..5828fb486824 100644
--- a/www/udmsearch/Makefile
+++ b/www/udmsearch/Makefile
@@ -24,7 +24,7 @@ CONFIGURE_ARGS= --enable-charset-guesser \
--sysconfdir=${PREFIX}/etc/udmsearch \
--localstatedir=/var/udmsearch
-.if defined(WITH_POSTGRESQL)
+.if defined(WITH_PGSQL)
LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
CONFIGURE_ARGS+= --with-pgsql