diff options
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 \ |