diff options
author | swills <swills@FreeBSD.org> | 2013-08-13 10:16:59 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-08-13 10:16:59 +0800 |
commit | ee1d31030151da6a94e13cbd2b1d25df3e3cc5fc (patch) | |
tree | 0a65fb5cbc0a3e657cb226db8cb60ac06649b371 /net | |
parent | 524272adcd4aff745753b3d9f290ee6eca8ebbc1 (diff) | |
download | freebsd-ports-gnome-ee1d31030151da6a94e13cbd2b1d25df3e3cc5fc.tar.gz freebsd-ports-gnome-ee1d31030151da6a94e13cbd2b1d25df3e3cc5fc.tar.zst freebsd-ports-gnome-ee1d31030151da6a94e13cbd2b1d25df3e3cc5fc.zip |
- Add missing dependency
Diffstat (limited to 'net')
-rw-r--r-- | net/py-ec2-cli-tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/py-ec2-cli-tools/Makefile b/net/py-ec2-cli-tools/Makefile index e32d73daeed1..cb861fa93a6f 100644 --- a/net/py-ec2-cli-tools/Makefile +++ b/net/py-ec2-cli-tools/Makefile @@ -10,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= swills@FreeBSD.org COMMENT= Helpful CLI utilities for querying and connecting to EC2 instances +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}boto=>1.0:${PORTSDIR}/devel/py-boto + USE_PYTHON= yes USE_PYDISTUTILS= easy_install |