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 | |
parent | 57152b64e6ad622e434e80cef92ac590bf7229af (diff) | |
download | ports-cbdc7d619f1340b1a041ca8bf5be3b9e63f69459.tar.gz ports-cbdc7d619f1340b1a041ca8bf5be3b9e63f69459.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9/Makefile | 2 | ||||
-rw-r--r-- | dns/bind94/Makefile | 2 | ||||
-rw-r--r-- | dns/bind95/Makefile | 2 | ||||
-rw-r--r-- | dns/bind96/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index 17cf9a37bd05..205f79db743a 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/Makefile @@ -33,7 +33,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --with-randomdev=/dev/random -CONFLICTS= bind9*-9.[456].* bind9-sdb-* host-* +CONFLICTS= bind9*-9.[4567].* bind9-sdb-* host-* OPTIONS= SSL "Building without OpenSSL removes DNSSEC" on \ LINKS "Create conf file symlinks in ${PREFIX}" on \ diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index 6486e2283df1..11cf8dd41c97 100644 --- a/dns/bind94/Makefile +++ b/dns/bind94/Makefile @@ -33,7 +33,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --with-randomdev=/dev/random -CONFLICTS= bind9*-9.[356].* bind9-sdb-* host-* +CONFLICTS= bind9*-9.[3567].* bind9-sdb-* host-* OPTIONS= SSL "Building without OpenSSL removes DNSSEC" on \ LINKS "Create conf file symlinks in ${PREFIX}" on \ diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile index 489e12bc421a..9d10f141e703 100644 --- a/dns/bind95/Makefile +++ b/dns/bind95/Makefile @@ -33,7 +33,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --with-randomdev=/dev/random -CONFLICTS= bind9*-9.[346].* bind9-sdb-* host-* +CONFLICTS= bind9*-9.[3467].* bind9-sdb-* host-* OPTIONS= SSL "Building without OpenSSL removes DNSSEC" on \ LINKS "Create conf file symlinks in ${PREFIX}" on \ 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 \ |