diff options
author | mva <mva@FreeBSD.org> | 2015-01-03 17:14:10 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2015-01-03 17:14:10 +0800 |
commit | 3b80038867d8f1c6821b164a87925dbfda144a03 (patch) | |
tree | 0e4f58f32798cd7671cd4a18d737e5c5dbf6eb9c /devel | |
parent | 637ab181cd5946c6255911c96b218a5979a14026 (diff) | |
download | freebsd-ports-gnome-3b80038867d8f1c6821b164a87925dbfda144a03.tar.gz freebsd-ports-gnome-3b80038867d8f1c6821b164a87925dbfda144a03.tar.zst freebsd-ports-gnome-3b80038867d8f1c6821b164a87925dbfda144a03.zip |
- Convert devel/py-turbojson11 to new USES=python
- Clean up leftovers from astro/gmapcatcher
With hat: python@
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-turbojson11/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-turbojson11/Makefile b/devel/py-turbojson11/Makefile index c864344eb88f..560aeddbd3f5 100644 --- a/devel/py-turbojson11/Makefile +++ b/devel/py-turbojson11/Makefile @@ -17,8 +17,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}RuleDispatch>=0.5.a0.r2306:${PORTSDIR}/deve ${PYTHON_PKGNAMEPREFIX}simplejson>=1.9.1:${PORTSDIR}/devel/py-simplejson \ ${PYTHON_PKGNAMEPREFIX}DecoratorTools>=1.7:${PORTSDIR}/devel/py-decoratortools -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |