diff options
author | knu <knu@FreeBSD.org> | 2003-08-19 03:25:59 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-08-19 03:25:59 +0800 |
commit | be843425aa457f03713d4c8d0446e4ff835c9160 (patch) | |
tree | 79e4e552c053569d114546b53b4cabc7e7a03644 /japanese/mecab | |
parent | 7183b30c3cb26e4bb7f868a8704426da7db26a58 (diff) | |
download | freebsd-ports-gnome-be843425aa457f03713d4c8d0446e4ff835c9160.tar.gz freebsd-ports-gnome-be843425aa457f03713d4c8d0446e4ff835c9160.tar.zst freebsd-ports-gnome-be843425aa457f03713d4c8d0446e4ff835c9160.zip |
Update to 0.76. Pthread is not required any longer.
Diffstat (limited to 'japanese/mecab')
-rw-r--r-- | japanese/mecab/Makefile | 2 | ||||
-rw-r--r-- | japanese/mecab/Makefile.common | 2 | ||||
-rw-r--r-- | japanese/mecab/distinfo | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/japanese/mecab/Makefile b/japanese/mecab/Makefile index 546ff68b70d5..8cd6eb097a8a 100644 --- a/japanese/mecab/Makefile +++ b/japanese/mecab/Makefile @@ -20,7 +20,7 @@ IPADIC_PORTDIR= ${PORTSDIR}/japanese/ipadic USE_PERL5_BUILD= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes INSTALLS_SHLIB= yes .include "${.CURDIR}/Makefile.common" diff --git a/japanese/mecab/Makefile.common b/japanese/mecab/Makefile.common index 378eade3487c..55daf40d501c 100644 --- a/japanese/mecab/Makefile.common +++ b/japanese/mecab/Makefile.common @@ -1,7 +1,7 @@ # $FreeBSD$ MECAB_PORTNAME= mecab -MECAB_PORTVERSION= 0.75 +MECAB_PORTVERSION= 0.76 MECAB_PORTDIR= ${PORTSDIR}/japanese/${MECAB_PORTNAME} MECAB_WRKSRC_CMD= cd ${MECAB_PORTDIR} && ${MAKE} -V WRKSRC diff --git a/japanese/mecab/distinfo b/japanese/mecab/distinfo index 19b24cdbaa67..a32c2013b0ff 100644 --- a/japanese/mecab/distinfo +++ b/japanese/mecab/distinfo @@ -1 +1 @@ -MD5 (mecab-0.75.tar.gz) = 8917b1dfdaa2940d5020d9d570ed9fe2 +MD5 (mecab-0.76.tar.gz) = c312f2e218f6857dc487662c379d0f6e |