diff options
author | mva <mva@FreeBSD.org> | 2015-01-03 09:14:10 +0000 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2015-01-03 09:14:10 +0000 |
commit | 3b80038867d8f1c6821b164a87925dbfda144a03 (patch) | |
tree | 0e4f58f32798cd7671cd4a18d737e5c5dbf6eb9c | |
parent | 637ab181cd5946c6255911c96b218a5979a14026 (diff) | |
download | FreeBSD-ports-3b80038867d8f1c6821b164a87925dbfda144a03.zip FreeBSD-ports-3b80038867d8f1c6821b164a87925dbfda144a03.tar.gz |
- Convert devel/py-turbojson11 to new USES=python
- Clean up leftovers from astro/gmapcatcher
With hat: python@
-rw-r--r-- | astro/gmapcatcher/Makefile | 2 | ||||
-rw-r--r-- | devel/py-turbojson11/Makefile | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/astro/gmapcatcher/Makefile b/astro/gmapcatcher/Makefile index 1cc470b..b127c47 100644 --- a/astro/gmapcatcher/Makefile +++ b/astro/gmapcatcher/Makefile @@ -17,8 +17,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/g} USES= python USE_GNOME= pygtk2 USE_PYTHON= autoplist distutils -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes OPTIONS_DEFINE= DOCS diff --git a/devel/py-turbojson11/Makefile b/devel/py-turbojson11/Makefile index c864344..560aedd 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> |