summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-25 10:36:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-25 10:36:46 +0000
commit340ac1d5650ba5e1277021b518542c74ea3c0d66 (patch)
tree8c4e937eca1d4d23d016264fcfee2007977d8af9 /math
parentBROKEN on !i386 and !amd64: Does not compile (diff)
Correct previous commit:
BROKEN on alpha 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=102071
Diffstat (limited to 'math')
-rw-r--r--math/freefem++/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile
index 547a0501052e..16883ca42f05 100644
--- a/math/freefem++/Makefile
+++ b/math/freefem++/Makefile
@@ -30,8 +30,8 @@ DOCS= BUGS COPYRIGHT HISTORY README DOC/manual.pdf
.include <bsd.port.pre.mk>
-.if ${ARCH} != "i386" && ${ARCH} != "amd64"
-BROKEN= "Does not compile on !i386 and !amd64"
+.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
+BROKEN= "Does not compile on alpha 5.x"
.endif
.if ${OSVERSION} < 501103