diff options
Diffstat (limited to 'chinese/cwtex')
-rw-r--r-- | chinese/cwtex/Makefile | 8 |
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> |