aboutsummaryrefslogtreecommitdiff
path: root/science/flounder
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-09 12:15:30 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-09 12:15:30 +0000
commitfebe0369f4988cb0bce5d3ccf8f14d9a156c158e (patch)
treead916875928d4aabaa15a3e5e8fb161537b00e71 /science/flounder
parentebf83b41e7b9442b9c44cbf9713477b7b490b357 (diff)
downloadports-febe0369f4988cb0bce5d3ccf8f14d9a156c158e.tar.gz
ports-febe0369f4988cb0bce5d3ccf8f14d9a156c158e.zip
Notes
Diffstat (limited to 'science/flounder')
-rw-r--r--science/flounder/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/science/flounder/Makefile b/science/flounder/Makefile
index b5b7663ba8ed..1d651bee3a05 100644
--- a/science/flounder/Makefile
+++ b/science/flounder/Makefile
@@ -43,4 +43,10 @@ RUN_DEPENDS+= xmgrace:${PORTSDIR}/math/grace
CONFIGURE_ARGS+= --enable-grace
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
+BROKEN= "Does not compile on alpha or amd64"
+.endif
+
+.include <bsd.port.post.mk>