From 0c79f0b30d6bb5439c27fe91d10f2604c35578b2 Mon Sep 17 00:00:00 2001 From: erwin Date: Mon, 4 Nov 2013 11:23:11 +0000 Subject: Drop support for REPLACE_BIND option after BIND was removed from base, there's nothing to replace. --- dns/bind98/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dns/bind98') diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 1b7cc4e7195b..692833e80f76 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -35,7 +35,7 @@ OPTIONS_GROUP_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \ SSL_DESC= Build with OpenSSL (Required for DNSSEC) LINKS_DESC= Create conf file symlinks in ${PREFIX} XML_DESC= Support for xml statistics output -REPLACE_BASE_DESC= Replace base BIND with this version +REPLACE_BASE_DESC= Replace base BIND (FreeBSD 9.x and earlier) LARGE_FILE_DESC= 64-bit file support SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation FIXED_RRSET_DESC= Enable fixed rrset ordering @@ -161,6 +161,9 @@ CONFIGURE_ARGS+= --without-gssapi .endif .if ${PORT_OPTIONS:MREPLACE_BASE} +.if ${OSVERSION} >= 1000500 +IGNORE= REPLACE_BASE option is not supported on this release +.endif PKGNAMESUFFIX= -base PREFIX= /usr BIND_DESTETC= /etc/namedb -- cgit