From 1d607b46a2275d6542d6efd25351622d045b81e5 Mon Sep 17 00:00:00 2001 From: dougb 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dns/bind9') 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 -- cgit