diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 20:57:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 20:57:40 +0000 |
commit | bab366499cbeaee7f11dc3e8a84af7f8e2edb057 (patch) | |
tree | f476f79775a470247ff1606fca58e4cfad283adb /science/flounder | |
parent | c4bba30ba608b2a27649084e0d284945eafd69f2 (diff) | |
download | ports-bab366499cbeaee7f11dc3e8a84af7f8e2edb057.tar.gz ports-bab366499cbeaee7f11dc3e8a84af7f8e2edb057.zip |
Notes
Diffstat (limited to 'science/flounder')
-rw-r--r-- | science/flounder/Makefile | 4 |
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> |