diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 04:02:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 04:02:31 +0000 |
commit | eef11170a8f06b8dbebdf2cb73c604f3c0bd34bf (patch) | |
tree | cbf023636e3727a493f20ac36035e52c7a028d0b /chinese | |
parent | d4dcd29e1beb21e27ccc52cef2bab4374a05642a (diff) | |
download | ports-eef11170a8f06b8dbebdf2cb73c604f3c0bd34bf.tar.gz ports-eef11170a8f06b8dbebdf2cb73c604f3c0bd34bf.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/kcfonts/Makefile | 4 |
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 |