diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:13:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:13:31 +0000 |
commit | 2c49737ca433d36900e5668cdb6eb69c55caec16 (patch) | |
tree | b36631ce96e95cb9a26f720248d598300e990c81 /science | |
parent | 96c7199eb5e3c5547f0cff490c92f7b7239c4c83 (diff) | |
download | ports-2c49737ca433d36900e5668cdb6eb69c55caec16.tar.gz ports-2c49737ca433d36900e5668cdb6eb69c55caec16.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/hdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/hdf/Makefile b/science/hdf/Makefile index 8fef5d9144b5..8cb7747090db 100644 --- a/science/hdf/Makefile +++ b/science/hdf/Makefile @@ -42,8 +42,8 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" && ${ARCH} != "alpha" -BROKEN= "Does not compile on !i386 and !alpha" +.if ${ARCH} != "i386" && ${ARCH} != "alpha" && ${ARCH} != "amd64" +BROKEN= "Does not compile on !i386, !amd64 and !alpha" .endif post-patch: |