diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-07-29 22:16:11 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-07-29 22:16:11 +0000 |
commit | bed39c740e3985932f976cca57c6e02fd7377f73 (patch) | |
tree | 2b3cc9ea489992a018ba66d3e9e5f53338526f0b /dns/bind99/Makefile | |
parent | aeac01a4bbd80367d8720b2194bc14765d50af6b (diff) | |
download | freebsd-ports-bed39c740e3985932f976cca57c6e02fd7377f73.zip |
Enable RRL by default.
Requested by: so many my head hurts
Sponsored by: Absolight
Diffstat (limited to 'dns/bind99/Makefile')
-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 29648301efbd..8a160b4dd41e 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 99 @@ -37,7 +37,7 @@ ETCDIR= ${PREFIX}/etc/namedb CONFLICTS= bind9*-9.[45678].* bind9*-sdb-9.[45678].* bind-tools-9.* -OPTIONS_DEFAULT= IPV6 SSL THREADS GSSAPI_NONE +OPTIONS_DEFAULT= IPV6 SSL THREADS GSSAPI_NONE RRL OPTIONS_DEFINE= SSL IDN REPLACE_BASE LARGE_FILE FIXED_RRSET SIGCHASE \ IPV6 THREADS FILTER_AAAA GOST PYTHON \ LINKS RPZ_NSIP RPZ_NSDNAME RRL DOCS RPZ_PATCH NEWSTATS |