aboutsummaryrefslogtreecommitdiff
path: root/graphics/opendx/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-29 15:01:56 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-29 15:01:56 +0000
commit63c24e221d2ad1b1a481232d4898ea3c2c4958c0 (patch)
tree4e2bbb84531fdb955a521b34540498e0deb15732 /graphics/opendx/Makefile
parent587d56e515a7031fcf0100c6568c4b3467f99ab6 (diff)
downloadports-63c24e221d2ad1b1a481232d4898ea3c2c4958c0.tar.gz
ports-63c24e221d2ad1b1a481232d4898ea3c2c4958c0.zip
Notes
Diffstat (limited to 'graphics/opendx/Makefile')
-rw-r--r--graphics/opendx/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile
index 5254824ec264..48f818df53e0 100644
--- a/graphics/opendx/Makefile
+++ b/graphics/opendx/Makefile
@@ -36,7 +36,7 @@ PLIST_SUB= ARCH=${OPSYS:L}
PKGMESSAGE= ${WRKDIR}/pkg-message
.if defined(WITH_HDF) && !defined(WITHOUT_NETCDF)
-BROKEN= HDF and NETCDF are conflicting
+IGNORE= HDF and NETCDF are conflicting
.endif
.if defined(WITH_HDF)
@@ -67,6 +67,10 @@ PLIST_SUB+= JAVA="@comment "
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
+BROKEN= Does not compile
+.endif
+
.if ${OSVERSION} >= 502126
PLIST_SUB+= UNAMEP=${ARCH} ARCHDIR=""
.else