summaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-04-10 21:13:31 +0000
committerkris <kris@FreeBSD.org>2005-04-10 21:13:31 +0000
commit0fd153b25607bda09ba09f8cd96bfb10ab4bd1fc (patch)
tree88c915350535a4e40c24aabdabdc3a026d29c252 /science
parentfd00ec38e3c5ce8a8cb6dc193445f7733b78da17 (diff)
downloadFreeBSD-ports-0fd153b25607bda09ba09f8cd96bfb10ab4bd1fc.zip
FreeBSD-ports-0fd153b25607bda09ba09f8cd96bfb10ab4bd1fc.tar.gz
Now builds on amd64
Diffstat (limited to 'science')
-rw-r--r--science/hdf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/hdf/Makefile b/science/hdf/Makefile
index 8fef5d9..8cb7747 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:
OpenPOWER on IntegriCloud