diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-09 12:15:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-09 12:15:30 +0000 |
commit | febe0369f4988cb0bce5d3ccf8f14d9a156c158e (patch) | |
tree | ad916875928d4aabaa15a3e5e8fb161537b00e71 /science/flounder | |
parent | ebf83b41e7b9442b9c44cbf9713477b7b490b357 (diff) | |
download | ports-febe0369f4988cb0bce5d3ccf8f14d9a156c158e.tar.gz ports-febe0369f4988cb0bce5d3ccf8f14d9a156c158e.zip |
Notes
Diffstat (limited to 'science/flounder')
-rw-r--r-- | science/flounder/Makefile | 8 |
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> |