diff options
author | mat <mat@FreeBSD.org> | 2014-09-23 19:32:51 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-09-23 19:32:51 +0800 |
commit | 6ff83f63595c44dbfa3db1ac66481c612b30522a (patch) | |
tree | 62179adde955e8ac90e9aa8aba114e80becd0881 /dns/bind910 | |
parent | a081c9002de3d097749e5c6bcd707d9bd5206238 (diff) | |
download | freebsd-ports-gnome-6ff83f63595c44dbfa3db1ac66481c612b30522a.tar.gz freebsd-ports-gnome-6ff83f63595c44dbfa3db1ac66481c612b30522a.tar.zst freebsd-ports-gnome-6ff83f63595c44dbfa3db1ac66481c612b30522a.zip |
And gmake is no longer needed.
Sponsored by: Absolight
Diffstat (limited to 'dns/bind910')
-rw-r--r-- | dns/bind910/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index 946b2ce03ba5..6a9386b3e6e6 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -116,7 +116,7 @@ GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP GOST_CONFIGURE_WITH= gost PYTHON_CONFIGURE_WITH= python -PYTHON_USES= python gmake +PYTHON_USES= python DLZ_POSTGRESQL_CONFIGURE_ON= --with-dlz-postgres=yes DLZ_POSTGRESQL_USE= pgsql=yes |