mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
BROKEN on sparc64 and ia64: Does not compile
This commit is contained in:
parent
f9aff30beb
commit
10daafe7d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178404
@ -30,6 +30,10 @@ OPTIONS= MECAB "use mecab for morphological analysis" on \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on ${ARCH}
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MECAB)
|
||||
CONFIGURE_ARGS+= --with-mecab
|
||||
LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab
|
||||
|
Loading…
Reference in New Issue
Block a user