diff options
author | kris <kris@FreeBSD.org> | 2005-07-21 00:21:26 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-07-21 00:21:26 +0000 |
commit | af8309452acf305c3a6d004f3473efdcf0382607 (patch) | |
tree | 4edc897b4b5df1502bba0abf42d89ba0627b0a4a /chinese/cwtex | |
parent | eaa91f66da864a2263e1d7cea83dc651037d47f9 (diff) | |
download | FreeBSD-ports-af8309452acf305c3a6d004f3473efdcf0382607.zip FreeBSD-ports-af8309452acf305c3a6d004f3473efdcf0382607.tar.gz |
BROKEN on ia64 and sparc64: Does not install
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 f0a079f..ac25e12 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> |