diff options
-rw-r--r-- | math/algae/Makefile | 2 |
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 |