diff options
author | Mikolaj Golub <trociny@FreeBSD.org> | 2013-08-12 17:40:10 +0000 |
---|---|---|
committer | Mikolaj Golub <trociny@FreeBSD.org> | 2013-08-12 17:40:10 +0000 |
commit | ee07eccb9f32acc6ae772c3cb2e4602d21227ddb (patch) | |
tree | 8a8ab366e50de281b4281dc41f50fcfd284f669f /databases/py-swiftclient | |
parent | 30aceca20a554513e444ea352e8009e891650fb9 (diff) | |
download | ports-ee07eccb9f32acc6ae772c3cb2e4602d21227ddb.tar.gz ports-ee07eccb9f32acc6ae772c3cb2e4602d21227ddb.zip |
Notes
Diffstat (limited to 'databases/py-swiftclient')
-rw-r--r-- | databases/py-swiftclient/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-swiftclient/Makefile b/databases/py-swiftclient/Makefile index 6798ac3a9229..babaf1f24cc3 100644 --- a/databases/py-swiftclient/Makefile +++ b/databases/py-swiftclient/Makefile @@ -15,7 +15,8 @@ LICENSE= AL2 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.5.19:${PORTSDIR}/devel/py-pbr -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:${PORTSDIR}/devel/py-simplejson +RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:${PORTSDIR}/devel/py-simplejson USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install |