aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-06-04 09:41:17 +0800
committerlinimon <linimon@FreeBSD.org>2010-06-04 09:41:17 +0800
commitce7fbfd774bfeb472fa98f7332165770a696a798 (patch)
tree0923affe2aecb1b7818359a824dd7e78fe7a9964 /graphics
parent9e51e5a7dd47f8cc35eddc195b0ef4843f16ba24 (diff)
downloadfreebsd-ports-gnome-ce7fbfd774bfeb472fa98f7332165770a696a798.tar.gz
freebsd-ports-gnome-ce7fbfd774bfeb472fa98f7332165770a696a798.tar.zst
freebsd-ports-gnome-ce7fbfd774bfeb472fa98f7332165770a696a798.zip
Mark broken on all tier-2 archs.
Hat: portmgr
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-cgkit/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/py-cgkit/Makefile b/graphics/py-cgkit/Makefile
index 2f53f521d762..a072f844a7d7 100644
--- a/graphics/py-cgkit/Makefile
+++ b/graphics/py-cgkit/Makefile
@@ -46,6 +46,10 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/OpenGL:${PORTSDIR}/graphics/py-opengl \
BROKEN= does not compile
.endif
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ia64, powerpc, or sparc64
+.endif
+
.if defined(WITH_LIB3DS)
LIB_DEPENDS+= 3ds-1.3:${PORTSDIR}/graphics/lib3ds
.endif