aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bsdploy/Makefile
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-24 16:56:10 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-24 16:56:10 +0000
commitfae188751b59d1700f6a3231d48e1eb5e4959e90 (patch)
tree1fd8e51727e986b995f09c954af9176a37f5d767 /sysutils/bsdploy/Makefile
parent742321c70870f8339d0ac558f88a918b77b56096 (diff)
downloadports-fae188751b59d1700f6a3231d48e1eb5e4959e90.tar.gz
ports-fae188751b59d1700f6a3231d48e1eb5e4959e90.zip
Notes
Diffstat (limited to 'sysutils/bsdploy/Makefile')
-rw-r--r--sysutils/bsdploy/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/bsdploy/Makefile b/sysutils/bsdploy/Makefile
index b113f1b0cbe3..0faa843dceb5 100644
--- a/sysutils/bsdploy/Makefile
+++ b/sysutils/bsdploy/Makefile
@@ -22,9 +22,7 @@ OPTIONS_DEFAULT= EC2
EC2_DESC= Support Amazon Web Services EC2 hosts
EC2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy_ec2>0:${PORTSDIR}/sysutils/py-ploy_ec2
-USES= zip
-USE_PYTHON= -2.7
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python:-2.7 zip
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>