aboutsummaryrefslogtreecommitdiff
path: root/net/py-ec2-cli-tools
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-02-19 14:50:29 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-02-19 14:50:29 +0000
commite3a67710c20b0f52dd63ddcf9b4dffa97f00e1fb (patch)
tree4e1defe6ea8530af52e1703cebad84d0601f0c03 /net/py-ec2-cli-tools
parentb1f1090c6f8ef0c5bbd564d5a73e2bbeb76869d5 (diff)
downloadports-e3a67710c20b0f52dd63ddcf9b4dffa97f00e1fb.tar.gz
ports-e3a67710c20b0f52dd63ddcf9b4dffa97f00e1fb.zip
The bash package can be called bash-static, so depend on the bash binary.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=379347
Diffstat (limited to 'net/py-ec2-cli-tools')
-rw-r--r--net/py-ec2-cli-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-ec2-cli-tools/Makefile b/net/py-ec2-cli-tools/Makefile
index bf21f7a14221..12712a1f44be 100644
--- a/net/py-ec2-cli-tools/Makefile
+++ b/net/py-ec2-cli-tools/Makefile
@@ -14,7 +14,7 @@ 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>=0:${PORTSDIR}/shells/bash
+ bash:${PORTSDIR}/shells/bash
USE_PYTHON= distutils autoplist
USES= python shebangfix