diff options
Diffstat (limited to 'net/py-ec2-cli-tools/Makefile')
-rw-r--r-- | net/py-ec2-cli-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-ec2-cli-tools/Makefile b/net/py-ec2-cli-tools/Makefile index 12712a1f44be..cc781a685d25 100644 --- a/net/py-ec2-cli-tools/Makefile +++ b/net/py-ec2-cli-tools/Makefile @@ -13,8 +13,8 @@ COMMENT= Helpful CLI utilities for querying and connecting to EC2 instances LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>=1.0:${PORTSDIR}/devel/py-boto \ - bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>=1.0:devel/py-boto \ + bash:shells/bash USE_PYTHON= distutils autoplist USES= python shebangfix |