diff options
author | edwin <edwin@FreeBSD.org> | 2004-10-13 03:19:00 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-10-13 03:19:00 +0000 |
commit | cf0e57bfa79f239b3f360cfc6c4bfb52b7440fbb (patch) | |
tree | 7ea61aeddfba967d70aa961ffbc958eccca03724 /textproc/estraier/Makefile | |
parent | f07ce7eb5f9e3ab2be28c664a9456d9af6e561b8 (diff) | |
download | FreeBSD-ports-cf0e57bfa79f239b3f360cfc6c4bfb52b7440fbb.zip FreeBSD-ports-cf0e57bfa79f239b3f360cfc6c4bfb52b7440fbb.tar.gz |
[MAINTAINER] japanese/estraier: update to 1.2.24
Update to 1.2.24
PR: ports/71601
Submitted by: Michael Johnson <ahze@ahze.net>
Diffstat (limited to 'textproc/estraier/Makefile')
-rw-r--r-- | textproc/estraier/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/estraier/Makefile b/textproc/estraier/Makefile index 899eff8..6b49bc4 100644 --- a/textproc/estraier/Makefile +++ b/textproc/estraier/Makefile @@ -6,7 +6,7 @@ # PORTNAME= estraier -PORTVERSION= 1.2.23 +PORTVERSION= 1.2.24 CATEGORIES= japanese textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,7 +22,8 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes CONFIGURE_ARGS= --with-sysqdbm \ - --enable-dlfilter + --enable-dlfilter \ + --enable-devel OPTIONS= CHASEN "Japanese Morphological Analysis Support" On \ MECAB "Part-of-Speech and Morphological Analyzer" On \ |