diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-11-03 13:20:28 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-11-03 13:20:28 +0000 |
commit | 3245e6532c0b1ef9157be03561276c4d70ca5405 (patch) | |
tree | ed21272f7ae9617a98f7fc21c6de193b712bc40f /dns/bind9-devel | |
parent | 209c0b28dfce05225e3d1493be845447830ff9e3 (diff) | |
download | ports-3245e6532c0b1ef9157be03561276c4d70ca5405.tar.gz ports-3245e6532c0b1ef9157be03561276c4d70ca5405.zip |
Notes
Diffstat (limited to 'dns/bind9-devel')
-rw-r--r-- | dns/bind9-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 973bf968ccad..c700523ed960 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -5,10 +5,10 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} .if defined(BIND_TOOLS_SLAVE) # dns/bind-tools here -PORTREVISION= 0 +PORTREVISION= 1 .else # dns/bind9xx here -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= dns net ipv6 MASTER_SITES= LOCAL/mat/bind @@ -69,7 +69,7 @@ MAKE_JOBS_UNSAFE= yes PORTDOCS= * -OPTIONS_DEFAULT= SSL THREADS SIGCHASE IDN GSSAPI_NONE JSON +OPTIONS_DEFAULT= SSL THREADS SIGCHASE IDN GSSAPI_NONE JSON PYTHON OPTIONS_DEFINE= IDN LARGE_FILE PYTHON JSON \ FIXED_RRSET SIGCHASE IPV6 THREADS FILTER_AAAA |