summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-07-21 00:21:26 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-07-21 00:21:26 +0000
commit52b144af19b1df524ab91974be5d77a765a89b14 (patch)
treec26fde2fe72a576adcf790cc1b337e3737233b25 /chinese
parentBROKEN on ia64: Segfault during build (diff)
BROKEN on ia64 and sparc64: Does not install
Notes
Notes: svn path=/head/; revision=139772
Diffstat (limited to 'chinese')
-rw-r--r--chinese/cwtex/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/cwtex/Makefile b/chinese/cwtex/Makefile
index f0a079f871e4..ac25e126cbcd 100644
--- a/chinese/cwtex/Makefile
+++ b/chinese/cwtex/Makefile
@@ -32,4 +32,10 @@ do-install:
${CAT} ${FILESDIR}/config.ps >> ${PREFIX}/share/texmf/dvips/config/config.ps
mktexlsr
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
+BROKEN= "Does not install on ia64 or sparc64"
+.endif
+
+.include <bsd.port.post.mk>