diff options
-rw-r--r-- | www/udmsearch/Makefile | 2 |
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 |