From 3bc6b63387f4fc3c5dce7c093618952e386ce926 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 12 Apr 2004 04:02:31 +0000 Subject: BROKEN on sparc64: Does not build --- chinese/kcfonts/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 +.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 -- cgit