diff options
author | Doug Barton <dougb@FreeBSD.org> | 2009-12-14 06:29:30 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2009-12-14 06:29:30 +0000 |
commit | cbdc7d619f1340b1a041ca8bf5be3b9e63f69459 (patch) | |
tree | 7fd048affdde3187750db490bd66246720c0e9cd /dns/bind96 | |
parent | 57152b64e6ad622e434e80cef92ac590bf7229af (diff) | |
download | ports-cbdc7d619f1340b1a041ca8bf5be3b9e63f69459.tar.gz ports-cbdc7d619f1340b1a041ca8bf5be3b9e63f69459.zip |
Notes
Diffstat (limited to 'dns/bind96')
-rw-r--r-- | dns/bind96/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index 53117954e0ac..5aa518128e0a 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -33,7 +33,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --with-randomdev=/dev/random -CONFLICTS= bind9*-9.[345].* bind9-sdb-* host-* +CONFLICTS= bind9*-9.[3457].* bind9-sdb-* host-* OPTIONS= SSL "Building without OpenSSL removes DNSSEC" on \ LINKS "Create conf file symlinks in ${PREFIX}" on \ |