From dfd9f977e6f7f2d87d5957ce3c8181b5c4c3bce0 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 26 Aug 2000 20:14:13 +0000 Subject: Use WITH_PGSQL to be consistent with the rest of the ports that have the ability to compile postgresql support in. --- www/udmsearch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3