aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-03-17 12:46:45 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-03-17 12:46:45 +0000
commit8ff6db63fec20c92ac97405f7ac66cb9b8535a2a (patch)
treea81965a48cc0a6943bb6d0313a40fbcca162fbdf /math
parent0bcf44e4182e8916620e822ddf48a8e22dcfac13 (diff)
downloadports-8ff6db63fec20c92ac97405f7ac66cb9b8535a2a.tar.gz
ports-8ff6db63fec20c92ac97405f7ac66cb9b8535a2a.zip
Notes
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 363e068e2572..1292a4df2fca 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