diff options
author | Steve Price <steve@FreeBSD.org> | 2000-08-26 20:14:13 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-08-26 20:14:13 +0000 |
commit | dfd9f977e6f7f2d87d5957ce3c8181b5c4c3bce0 (patch) | |
tree | fd3ecae0d708a1995a66305ff68d7d661d70113f /www/udmsearch/Makefile | |
parent | 1ef0d22ed6b3c374c0c07c23408e1ce65fe39f8d (diff) |
Notes
Diffstat (limited to 'www/udmsearch/Makefile')
-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 |