diff options
-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 c908e5b242d..5dffd8c4d85 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/Makefile @@ -34,7 +34,7 @@ USE_OPENSSL= yes .include <bsd.port.pre.mk> -.if (${OSVERSION} >= 503000) +.if ${OSVERSION} >= 503000 CONFIGURE_ARGS+= --enable-threads .else CONFIGURE_ARGS+= --disable-threads diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index c908e5b242d..5dffd8c4d85 100644 --- a/dns/bind94/Makefile +++ b/dns/bind94/Makefile @@ -34,7 +34,7 @@ USE_OPENSSL= yes .include <bsd.port.pre.mk> -.if (${OSVERSION} >= 503000) +.if ${OSVERSION} >= 503000 CONFIGURE_ARGS+= --enable-threads .else CONFIGURE_ARGS+= --disable-threads diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile index c908e5b242d..5dffd8c4d85 100644 --- a/dns/bind95/Makefile +++ b/dns/bind95/Makefile @@ -34,7 +34,7 @@ USE_OPENSSL= yes .include <bsd.port.pre.mk> -.if (${OSVERSION} >= 503000) +.if ${OSVERSION} >= 503000 CONFIGURE_ARGS+= --enable-threads .else CONFIGURE_ARGS+= --disable-threads diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index c908e5b242d..5dffd8c4d85 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -34,7 +34,7 @@ USE_OPENSSL= yes .include <bsd.port.pre.mk> -.if (${OSVERSION} >= 503000) +.if ${OSVERSION} >= 503000 CONFIGURE_ARGS+= --enable-threads .else CONFIGURE_ARGS+= --disable-threads |