From febe0369f4988cb0bce5d3ccf8f14d9a156c158e Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Tue, 9 Mar 2004 12:15:30 +0000 Subject: BROKEN on amd64 and alpha: Does not compile --- science/flounder/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'science/flounder') 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 +.include + +.if ${ARCH} == "alpha" || ${ARCH} == "amd64" +BROKEN= "Does not compile on alpha or amd64" +.endif + +.include -- cgit v1.2.3