summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2004-09-27 04:43:55 +0000
committerDoug Barton <dougb@FreeBSD.org>2004-09-27 04:43:55 +0000
commit48ccb4f2c8c4fc6184af903af8272e3dd0edcfae (patch)
tree85e2e11bee3762d8adb714dc5c017f6223a95d50 /dns
parentNote two older vulnerabilities in PHP. (diff)
The parens around the OSVERSION test were fatal for < 4.9, and did not
provide anything useful for newer systems, so remove them. PR: ports/72118 Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us> Approved by: portmgr (eik)
Notes
Notes: svn path=/head/; revision=118453
Diffstat (limited to 'dns')
-rw-r--r--dns/bind9/Makefile2
-rw-r--r--dns/bind94/Makefile2
-rw-r--r--dns/bind95/Makefile2
-rw-r--r--dns/bind96/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile
index c908e5b242d7..5dffd8c4d851 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 c908e5b242d7..5dffd8c4d851 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 c908e5b242d7..5dffd8c4d851 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 c908e5b242d7..5dffd8c4d851 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