diff options
-rw-r--r-- | graphics/opendx/Makefile | 6 |
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 |