diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-29 23:01:56 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-29 23:01:56 +0800 |
commit | 94f34602aa33c1cabc0b1e3ce51750de2693744b (patch) | |
tree | c12293a65d8ed2ed8deec62d288a61593681dbf7 /graphics | |
parent | e2064ba38f896bb2c7ed0b7931dbf19433334c7f (diff) | |
download | freebsd-ports-gnome-94f34602aa33c1cabc0b1e3ce51750de2693744b.tar.gz freebsd-ports-gnome-94f34602aa33c1cabc0b1e3ce51750de2693744b.tar.zst freebsd-ports-gnome-94f34602aa33c1cabc0b1e3ce51750de2693744b.zip |
Mark broken on 64-bit archs.
Diffstat (limited to 'graphics')
-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 |