diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-09-23 11:32:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-09-23 11:32:51 +0000 |
commit | 19c4b4129c94f4bc1f1aee6198486bcb63fd2089 (patch) | |
tree | 62179adde955e8ac90e9aa8aba114e80becd0881 /dns | |
parent | - Trim @dirrm for pkg-plist (diff) |
And gmake is no longer needed.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=369044
Diffstat (limited to 'dns')
-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 |