aboutsummaryrefslogtreecommitdiffstats
path: root/math/freefem++
diff options
context:
space:
mode:
Diffstat (limited to 'math/freefem++')
-rw-r--r--math/freefem++/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile
index 547a0501052..16883ca42f0 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