summaryrefslogtreecommitdiff
path: root/www/udmsearch
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-08-26 20:14:13 +0000
committerSteve Price <steve@FreeBSD.org>2000-08-26 20:14:13 +0000
commitdfd9f977e6f7f2d87d5957ce3c8181b5c4c3bce0 (patch)
treefd3ecae0d708a1995a66305ff68d7d661d70113f /www/udmsearch
parentUpdate: new patch (diff)
Use WITH_PGSQL to be consistent with the rest of the ports that have the
ability to compile postgresql support in.
Notes
Notes: svn path=/head/; revision=32004
Diffstat (limited to 'www/udmsearch')
-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