diff options
author | kris <kris@FreeBSD.org> | 2005-04-10 20:57:40 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-04-10 20:57:40 +0000 |
commit | 2e9adecca250ce72b19ce92d6e857b54cf7fbd85 (patch) | |
tree | fb433a74fdb465b3a23da640882dabe28688df23 /science/flounder/Makefile | |
parent | 482b687fb5e56f4419dc905db4c77169b803af79 (diff) | |
download | FreeBSD-ports-2e9adecca250ce72b19ce92d6e857b54cf7fbd85.zip FreeBSD-ports-2e9adecca250ce72b19ce92d6e857b54cf7fbd85.tar.gz |
Now builds on amd64
Diffstat (limited to 'science/flounder/Makefile')
-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 f2aa643..119bda9 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> |