From 48ccb4f2c8c4fc6184af903af8272e3dd0edcfae Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Mon, 27 Sep 2004 04:43:55 +0000 Subject: 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 Approved by: portmgr (eik) --- dns/bind9/Makefile | 2 +- dns/bind94/Makefile | 2 +- dns/bind95/Makefile | 2 +- dns/bind96/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'dns') 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 -.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 -.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 -.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 -.if (${OSVERSION} >= 503000) +.if ${OSVERSION} >= 503000 CONFIGURE_ARGS+= --enable-threads .else CONFIGURE_ARGS+= --disable-threads -- cgit v1.2.3