aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--math/freefem++/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile
index 649f24dcb3c1..547a0501052e 100644
--- a/math/freefem++/Makefile
+++ b/math/freefem++/Makefile
@@ -30,6 +30,10 @@ 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"
+.endif
+
.if ${OSVERSION} < 501103
USE_GCC= 3.2
.endif