From 942427ba9474d44eafe32cca6c8e07bb9341eafe Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 7 Oct 2014 10:25:21 +0000 Subject: Note REPLACE_BASE will get removed. Sponsored by: Absolight --- dns/bind99/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dns') 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 -- cgit