aboutsummaryrefslogtreecommitdiff
path: root/japanese/mecab
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 09:45:29 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 09:45:29 +0000
commit57c8c433d21af1ae6ec477783c8f0944fec172cb (patch)
tree984d76afcafab86c2f1d29253d0a4aa188dc5935 /japanese/mecab
parent7bccf3f6cbfb4ef269ef19e549100a7b33bdf592 (diff)
downloadports-57c8c433d21af1ae6ec477783c8f0944fec172cb.tar.gz
ports-57c8c433d21af1ae6ec477783c8f0944fec172cb.zip
BROKEN on !i386: Does not compile
Notes
Notes: svn path=/head/; revision=101843
Diffstat (limited to 'japanese/mecab')
-rw-r--r--japanese/mecab/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/mecab/Makefile b/japanese/mecab/Makefile
index 8cd6eb097a8a..99f7a2610594 100644
--- a/japanese/mecab/Makefile
+++ b/japanese/mecab/Makefile
@@ -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>