diff options
Diffstat (limited to 'sysutils/bsdploy/Makefile')
-rw-r--r-- | sysutils/bsdploy/Makefile | 6 |
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> |