aboutsummaryrefslogtreecommitdiff
path: root/chinese/cwtex
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/cwtex
parent074ff970b31d847d34ed44f97db36fe585416498 (diff)
downloadports-52b144af19b1df524ab91974be5d77a765a89b14.tar.gz
ports-52b144af19b1df524ab91974be5d77a765a89b14.zip
Notes
Diffstat (limited to 'chinese/cwtex')
-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>