1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

BROKEN on ia64 and sparc64: Does not install

This commit is contained in:
Kris Kennaway 2005-07-21 00:21:26 +00:00
parent 074ff970b3
commit 52b144af19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139772

View File

@ -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>