diff options
author | mat <mat@FreeBSD.org> | 2014-10-07 18:25:21 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-10-07 18:25:21 +0800 |
commit | 942427ba9474d44eafe32cca6c8e07bb9341eafe (patch) | |
tree | adcc8a8133a5fd7388c8d2e65cd7eaccc25ee8cd | |
parent | a19fd302fe66dc9d321d49238301cbb63c8ad1b3 (diff) | |
download | freebsd-ports-gnome-942427ba9474d44eafe32cca6c8e07bb9341eafe.tar.gz freebsd-ports-gnome-942427ba9474d44eafe32cca6c8e07bb9341eafe.tar.zst freebsd-ports-gnome-942427ba9474d44eafe32cca6c8e07bb9341eafe.zip |
Note REPLACE_BASE will get removed.
Sponsored by: Absolight
-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 |