diff options
author | obache <obache@pkgsrc.org> | 2012-02-27 11:25:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-27 11:25:39 +0000 |
commit | b6b64c9d18a64b0c88c4431deeb92e05ad21619b (patch) | |
tree | c236f267429431e78a91137a7c0ccf3d923a961b /textproc/php-mecab | |
parent | 829b6895258d8c031fe41ca1fbe379213da9f130 (diff) | |
download | pkgsrc-b6b64c9d18a64b0c88c4431deeb92e05ad21619b.tar.gz |
require mecab 0.9.
Diffstat (limited to 'textproc/php-mecab')
-rw-r--r-- | textproc/php-mecab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/php-mecab/Makefile b/textproc/php-mecab/Makefile index 2cea2fd38e7..c7005178189 100644 --- a/textproc/php-mecab/Makefile +++ b/textproc/php-mecab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/01/20 08:41:01 obache Exp $ +# $NetBSD: Makefile,v 1.4 2012/02/27 11:25:39 obache Exp $ # MODNAME= mecab @@ -23,6 +23,6 @@ post-install: cd ${WRKSRC}/examples && \ ${INSTALL_DATA} *.php ${DESTDIR}${PREFIX}/${EGDIR} -.include "../../textproc/mecab-base/buildlink3.mk" +.include "../../textproc/mecab-base09/buildlink3.mk" .include "../../lang/php/ext.mk" .include "../../mk/bsd.pkg.mk" |