1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

BROKEN on !i386: Does not compile

This commit is contained in:
Kris Kennaway 2004-02-23 09:45:29 +00:00
parent 7bccf3f6cb
commit 57c8c433d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101843

View File

@ -30,6 +30,12 @@ MAN1= mecab.1
EXAMPLES= example/*
DOCS= AUTHORS README doc/*.html doc/*.css
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
post-extract:
${LN} -s `cd ${IPADIC_PORTDIR}; ${MAKE} -V WRKSRC` ${WRKSRC}/dic/
@ -46,4 +52,4 @@ post-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>