diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2015-01-03 09:14:10 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2015-01-03 09:14:10 +0000 |
commit | 2af02b02dc1157c05e9f11a800d4d50c46f4a0aa (patch) | |
tree | 0e4f58f32798cd7671cd4a18d737e5c5dbf6eb9c | |
parent | 472dad3abb0a4bc0106d559154f6cbe7975c8be0 (diff) | |
download | ports-2af02b02dc1157c05e9f11a800d4d50c46f4a0aa.tar.gz ports-2af02b02dc1157c05e9f11a800d4d50c46f4a0aa.zip |
Notes
-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 1cc470b00e50..b127c47da4b3 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 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> |