summaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2004-03-17 12:46:45 +0000
committerlinimon <linimon@FreeBSD.org>2004-03-17 12:46:45 +0000
commitc62aee9b7120eaaa814460fa2ce56665c0d6454e (patch)
tree63bef2f804043377af745e470300d8c7ae8f7e09 /math
parentc93d420d79d757bfc08d4f087e096a216dc92141 (diff)
downloadFreeBSD-ports-c62aee9b7120eaaa814460fa2ce56665c0d6454e.zip
FreeBSD-ports-c62aee9b7120eaaa814460fa2ce56665c0d6454e.tar.gz
Fix 'make describe' with older, buggy makes.
PR: ports/64109 Submitted by: Scott Lipcon <slipcon@mercea.net> Lesson learned the hard way by: linimon@FreeBSD.org
Diffstat (limited to 'math')
-rw-r--r--math/algae/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/algae/Makefile b/math/algae/Makefile
index 363e068..1292a4d 100644
--- a/math/algae/Makefile
+++ b/math/algae/Makefile
@@ -23,7 +23,7 @@ MAN1= algae.1
.include <bsd.port.pre.mk>
-.if (${ARCH} == "alpha" && ${OSVERSION} > 502102) || ${ARCH} == "sparc64"
+.if ( ${ARCH} == "alpha" && ${OSVERSION} > 502102 ) || ${ARCH} == "sparc64"
BROKEN= "Configure fails on alpha 5.x and sparc64"
.endif
OpenPOWER on IntegriCloud