diff options
Diffstat (limited to 'japanese/py-mecab/Makefile')
-rw-r--r-- | japanese/py-mecab/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/py-mecab/Makefile b/japanese/py-mecab/Makefile index 23c3874d99db..45621529fd02 100644 --- a/japanese/py-mecab/Makefile +++ b/japanese/py-mecab/Makefile @@ -20,6 +20,7 @@ USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_EGGINFO= ${PORTNAME}_python-${PKGVERSION}-${PYTHON_VERSION:S/thon//}.egg-info +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|cmd1("mecab-config --version")|"${PKGVERSION}"|' \ ${WRKSRC}/setup.py |