diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:21:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:21:46 +0000 |
commit | b448c924112a2914f0569c0bcec9690b9fa159cd (patch) | |
tree | 69d410f5d69f08b523a59ea57e83f8424e28807e /textproc/estraier | |
parent | cc82ac7af1a4b4743ab599432b8c7f24a774e0c8 (diff) | |
download | ports-b448c924112a2914f0569c0bcec9690b9fa159cd.tar.gz ports-b448c924112a2914f0569c0bcec9690b9fa159cd.zip |
Notes
Diffstat (limited to 'textproc/estraier')
-rw-r--r-- | textproc/estraier/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/estraier/Makefile b/textproc/estraier/Makefile index ba1f28f7a8a3..2eb4625a32f7 100644 --- a/textproc/estraier/Makefile +++ b/textproc/estraier/Makefile @@ -41,13 +41,11 @@ LIB_DEPENDS+= chasen.0:${PORTSDIR}/japanese/chasen-base CONFIGURE_ARGS+= --enable-chasen .endif -.if ${OSVERSION} > 500000 .if ${ARCH} == i386 && defined(WITH_MECAB) LIB_DEPENDS+= mecab.1:${PORTSDIR}/japanese/mecab CONFIGURE_ARGS+= --enable-mecab .endif -.endif .if !defined(WITHOUT_KAKASI) LIB_DEPENDS+= kakasi.3:${PORTSDIR}/japanese/kakasi |