diff options
author | mva <mva@FreeBSD.org> | 2014-10-20 01:45:13 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-20 01:45:13 +0800 |
commit | 0ff86cb0331839636945efdd21785d508ca99408 (patch) | |
tree | d796d071fcd252277ad046aa845d9bd36813b92b /japanese/py-mecab | |
parent | 7ef046b70810601dfd2a14bf5ef9fe08db3e2280 (diff) | |
download | freebsd-ports-gnome-0ff86cb0331839636945efdd21785d508ca99408.tar.gz freebsd-ports-gnome-0ff86cb0331839636945efdd21785d508ca99408.tar.zst freebsd-ports-gnome-0ff86cb0331839636945efdd21785d508ca99408.zip |
- Convert ports from german/, java/, japanese/ and ports-mgmt/ to new
USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'japanese/py-mecab')
-rw-r--r-- | japanese/py-mecab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/py-mecab/Makefile b/japanese/py-mecab/Makefile index 3ae88172f2bd..936675b11ed6 100644 --- a/japanese/py-mecab/Makefile +++ b/japanese/py-mecab/Makefile @@ -16,8 +16,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 LIB_DEPENDS= libmecab.so:${PORTSDIR}/japanese/mecab -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= python +USE_PYTHON= distutils PYDISTUTILS_EGGINFO= ${PORTNAME}_python-${PKGVERSION}-${PYTHON_VERSION:S/thon//}.egg-info pre-patch: |