aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-09 20:15:30 +0800
committerkris <kris@FreeBSD.org>2004-03-09 20:15:30 +0800
commit28f53e0577271837dff2ea04f3a4d31894c446cd (patch)
treefcf209b0f07e77bf196a97de109eeb5fc0f4541e
parent4417359da2a6cb3e36f13b243ee89f94af1a3c97 (diff)
downloadfreebsd-ports-gnome-28f53e0577271837dff2ea04f3a4d31894c446cd.tar.gz
freebsd-ports-gnome-28f53e0577271837dff2ea04f3a4d31894c446cd.tar.zst
freebsd-ports-gnome-28f53e0577271837dff2ea04f3a4d31894c446cd.zip
BROKEN on amd64 and alpha: Does not compile
-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>