aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikolaj Golub <trociny@FreeBSD.org>2013-08-12 17:40:10 +0000
committerMikolaj Golub <trociny@FreeBSD.org>2013-08-12 17:40:10 +0000
commitee07eccb9f32acc6ae772c3cb2e4602d21227ddb (patch)
tree8a8ab366e50de281b4281dc41f50fcfd284f669f
parent30aceca20a554513e444ea352e8009e891650fb9 (diff)
downloadports-ee07eccb9f32acc6ae772c3cb2e4602d21227ddb.tar.gz
ports-ee07eccb9f32acc6ae772c3cb2e4602d21227ddb.zip
The swift client requires pbr for run too.
Approved by: bdrewery
Notes
Notes: svn path=/head/; revision=324636
-rw-r--r--databases/py-swiftclient/Makefile3
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