aboutsummaryrefslogtreecommitdiff
path: root/devel/py-PEAK-Rules/Makefile
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-20 16:04:12 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-20 16:04:12 +0000
commit89e07f4a18111a1fde92e57751221f851705f6b8 (patch)
treee54c7ece9300bb20cc6b5b9ea0b6b8aab3453440 /devel/py-PEAK-Rules/Makefile
parent7fd0d93a89aedf3ae8004c878caa5e2ff358e78b (diff)
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371280
Diffstat (limited to 'devel/py-PEAK-Rules/Makefile')
-rw-r--r--devel/py-PEAK-Rules/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-PEAK-Rules/Makefile b/devel/py-PEAK-Rules/Makefile
index 1cc7cdf9b522..f1af7eeee2d9 100644
--- a/devel/py-PEAK-Rules/Makefile
+++ b/devel/py-PEAK-Rules/Makefile
@@ -17,8 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Extremes>=1.1.1:${PORTSDIR}/devel/py-extre
${PYTHON_PKGNAMEPREFIX}BytecodeAssembler>0:${PORTSDIR}/devel/py-BytecodeAssembler
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>