diff options
Diffstat (limited to 'dns/bind99')
-rw-r--r-- | dns/bind99/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index ae0fe49b9f4d..a4a4172e5000 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= 9.9.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} @@ -31,7 +31,7 @@ ETCDIR= ${PREFIX}/etc/namedb CONFLICTS= bind9*-9.[45678].* bind9*-sdb-9.[45678].* bind-tools-9.* -OPTIONS_DEFAULT= IPV6 SSL THREADS GSSAPI +OPTIONS_DEFAULT= IPV6 SSL THREADS OPTIONS_DEFINE= SSL IDN REPLACE_BASE LARGE_FILE \ FIXED_RRSET SIGCHASE IPV6 THREADS GSSAPI FILTER_AAAA .if !defined(BIND_TOOLS_SLAVE) |