diff options
-rw-r--r-- | dns/bind99/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index ea90818c1db0..86cc35c6d489 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -152,6 +152,10 @@ CONFIGURE_ARGS+= --disable-threads .if ${PORT_OPTIONS:MREPLACE_BASE} .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000100 IGNORE= REPLACE_BASE option is not supported on this release +.else # >= 10.0 +# Move to BROKEN after expiration. +DEPRECATED= REPLACE_BASE option will be removed. There is no real need for foot-shooting. +EXPIRATION_DATE= 2015-01-01 .endif # >= 10.0 PKGNAMESUFFIX= -base PREFIX= /usr |