diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-02 00:22:21 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-02 00:22:21 +0000 |
commit | 433b7bfb1310f9e3db4ea8f6bda373347b3e4f10 (patch) | |
tree | f087184797c7a4a9ccada34add7b6aa32028a1c3 /japanese | |
parent | 12605f48f715cd70939d4a41d49ae04e085c7b3e (diff) | |
download | ports-433b7bfb1310f9e3db4ea8f6bda373347b3e4f10.tar.gz ports-433b7bfb1310f9e3db4ea8f6bda373347b3e4f10.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/mecab/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/japanese/mecab/Makefile b/japanese/mecab/Makefile index 0e1ad135fa16..d995258484ed 100644 --- a/japanese/mecab/Makefile +++ b/japanese/mecab/Makefile @@ -7,6 +7,7 @@ PORTNAME= mecab PORTVERSION= 0.93 +PORTREVISION= 1 CATEGORIES= japanese textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ${PORTNAME}/${SUB_DIR} @@ -17,13 +18,15 @@ COMMENT= Yet Another Part-of-Speech and Morphological Analyzer SUB_DIR= 21187 +USE_ICONV= yes USE_PERL5_BUILD= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I ${PREFIX}/include" \ + LDFLAGS="${LDFLAGS} -L${PREFIX}/lib" -# Default charset (euc/sjis/utf8) +# Default charset (euc-jp/shift_jis/utf-8) .if defined(WITH_CHARSET) CONFIGURE_ARGS= --with-charset=${WITH_CHARSET} .endif |