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:
parent
7bccf3f6cb
commit
57c8c433d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101843
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user