aboutsummaryrefslogtreecommitdiff
path: root/dns/mydns-ng
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2014-11-22 19:13:49 +0000
committerChris Rees <crees@FreeBSD.org>2014-11-22 19:13:49 +0000
commit1e94b6fb2fcd5b909eed4341ee4677f8d6606743 (patch)
tree5c142b51c330f8fe0f5271fcacdfe9f4e7108bf6 /dns/mydns-ng
parent0248b1e8b748e3fa93da7b73cc09ec1099a619cf (diff)
downloadports-1e94b6fb2fcd5b909eed4341ee4677f8d6606743.tar.gz
ports-1e94b6fb2fcd5b909eed4341ee4677f8d6606743.zip
Switch to USES=pgsql
Notes
Notes: svn path=/head/; revision=373091
Diffstat (limited to 'dns/mydns-ng')
-rw-r--r--dns/mydns-ng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/mydns-ng/Makefile b/dns/mydns-ng/Makefile
index 4c003300da9c..1bcd568e4085 100644
--- a/dns/mydns-ng/Makefile
+++ b/dns/mydns-ng/Makefile
@@ -37,7 +37,7 @@ SSL_CONFIGURE_ON= --with-openssl \
--with-openssl-include=${OPENSSLINC} \
--with-openssl-lib=${OPENSSLLIB}
-PGSQL_USE= PGSQL=yes
+PGSQL_USES= pgsql
PGSQL_CONFIGURE_ON= --with-pgsql \
--with-pgsql-include=${LOCALBASE}/include \
--with-pgsql-lib=${LOCALBASE}/lib