aboutsummaryrefslogtreecommitdiff
path: root/science/flounder/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-04-10 20:57:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-04-10 20:57:40 +0000
commitbab366499cbeaee7f11dc3e8a84af7f8e2edb057 (patch)
treef476f79775a470247ff1606fca58e4cfad283adb /science/flounder/Makefile
parentc4bba30ba608b2a27649084e0d284945eafd69f2 (diff)
downloadports-bab366499cbeaee7f11dc3e8a84af7f8e2edb057.tar.gz
ports-bab366499cbeaee7f11dc3e8a84af7f8e2edb057.zip
Now builds on amd64
Notes
Notes: svn path=/head/; revision=132934
Diffstat (limited to 'science/flounder/Makefile')
-rw-r--r--science/flounder/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/flounder/Makefile b/science/flounder/Makefile
index f2aa643a4dd9..119bda96dcd9 100644
--- a/science/flounder/Makefile
+++ b/science/flounder/Makefile
@@ -45,8 +45,8 @@ CONFIGURE_ARGS+= --enable-grace
.include <bsd.port.pre.mk>
-.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
-BROKEN= "Does not compile on alpha or amd64"
+.if ${ARCH} == "alpha"
+BROKEN= "Does not compile on alpha"
.endif
.include <bsd.port.post.mk>