aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-12 12:02:31 +0800
committerkris <kris@FreeBSD.org>2004-04-12 12:02:31 +0800
commit3bc6b63387f4fc3c5dce7c093618952e386ce926 (patch)
treeb80037706dad78249b36ef39e57cf1e0acf5de8a
parent66510ed1eb6d6f35f5e510d9719cbee110f4b3ff (diff)
downloadfreebsd-ports-gnome-3bc6b63387f4fc3c5dce7c093618952e386ce926.tar.gz
freebsd-ports-gnome-3bc6b63387f4fc3c5dce7c093618952e386ce926.tar.zst
freebsd-ports-gnome-3bc6b63387f4fc3c5dce7c093618952e386ce926.zip
BROKEN on sparc64: Does not build
-rw-r--r--chinese/kcfonts/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/chinese/kcfonts/Makefile b/chinese/kcfonts/Makefile
index b93dba4ee691..9068511dedab 100644
--- a/chinese/kcfonts/Makefile
+++ b/chinese/kcfonts/Makefile
@@ -18,6 +18,10 @@ USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not build on sparc64"
+.endif
+
.if ${XFREE86_VERSION} == 4
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients