summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-10-25 08:36:20 +0000
committerobache <obache@pkgsrc.org>2011-10-25 08:36:20 +0000
commitd21eefe479ccff2755e03377c19f9385adc52b26 (patch)
treef51d5ed6998990548935b969a9fab3716a0870a1 /textproc
parentb528911f93ecf915765556f42b631ab567541581 (diff)
downloadpkgsrc-d21eefe479ccff2755e03377c19f9385adc52b26.tar.gz
register egg-info.
Bump PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-mecab/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/py-mecab/Makefile b/textproc/py-mecab/Makefile
index 9b81313c9db..8d591e1ec02 100644
--- a/textproc/py-mecab/Makefile
+++ b/textproc/py-mecab/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2009/10/14 08:22:35 obache Exp $
+# $NetBSD: Makefile,v 1.5 2011/10/25 08:36:20 obache Exp $
#
.include "../../textproc/mecab/Makefile.common"
DISTNAME= mecab-python-${MECAB_VERSION}
PKGNAME= ${PYPKGPREFIX}-mecab-${MECAB_VERSION}
+PKGREVISION= 1
CATEGORIES+= python
COMMENT= MeCab python module
@@ -14,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
-PYDISTUTILSPKG= yes
+EGG_NAME= ${DISTNAME:S/-/_/}
TEST_ENV+= PYTHONPATH=${WRKSRC:Q}/build/lib.${LOWER_OPSYS}-${OS_VERSION}-${MACHINE_ARCH}-${PYVERSSUFFIX}
@@ -26,5 +27,5 @@ do-test:
BUILDLINK_API_DEPENDS.mecab+= mecab>=${MECAB_VERSION}
.include "../../textproc/mecab/buildlink3.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"