diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-05-31 18:25:22 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-05-31 18:25:22 +0000 |
commit | c7582709957b6064798c6284d4114a3502610158 (patch) | |
tree | a100a70968f943dc63a3e11b62e131264baf26b0 | |
parent | 46e83c31c4dff858fceaa4e6a7aa265ddc2428b5 (diff) | |
download | freebsd-ports-c7582709957b6064798c6284d4114a3502610158.zip |
net/samba48: remove expired dns/bind912 from the available BIND versions.
-rw-r--r-- | net/samba48/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/samba48/Makefile b/net/samba48/Makefile index 8ce35da84321..5427db6d3f62 100644 --- a/net/samba48/Makefile +++ b/net/samba48/Makefile @@ -103,7 +103,7 @@ OPTIONS_SINGLE= GSSAPI OPTIONS_SINGLE_GSSAPI= GSSAPI_BUILTIN GSSAPI_MIT OPTIONS_RADIO= DNS ZEROCONF -OPTIONS_RADIO_DNS= NSUPDATE BIND911 BIND912 BIND913 BIND914 +OPTIONS_RADIO_DNS= NSUPDATE BIND911 BIND913 BIND914 OPTIONS_RADIO_ZEROCONF= MDNSRESPONDER AVAHI ############################################################################## AD_DC_DESC= Active Directory Domain Controller @@ -128,7 +128,6 @@ UTMP_DESC= UTMP accounting GSSAPI_BUILTIN_DESC= GSSAPI support via bundled Heimdal BIND911_DESC= Use Bind 9.11 as AD DC DNS server frontend -BIND912_DESC= Use Bind 9.12 as AD DC DNS server frontend BIND913_DESC= Use Bind 9.13 as AD DC DNS server frontend BIND914_DESC= Use Bind 9.14 as AD DC DNS server frontend NSUPDATE_DESC= Use samba NSUPDATE utility for AD DC @@ -273,7 +272,6 @@ CONFIGURE_ARGS+= \ ${ICONV_CONFIGURE_BASE} ############################################################################## BIND911_RUN_DEPENDS= bind911>=9.11.0.0:dns/bind911 -BIND912_RUN_DEPENDS= bind912>=9.12.0.0:dns/bind912 BIND913_RUN_DEPENDS= bind913>=9.13.0.0:dns/bind913 BIND914_RUN_DEPENDS= bind914>=9.14.0.0:dns/bind914 NSUPDATE_RUN_DEPENDS= samba-nsupdate:dns/samba-nsupdate |