aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorcs <cs@FreeBSD.org>2013-06-10 05:25:54 +0800
committercs <cs@FreeBSD.org>2013-06-10 05:25:54 +0800
commitb5eb893eb1bab86b2b3188fc592b8bba859313f4 (patch)
tree589ce8bd94c117d15c307359a1dce984642cb636 /www
parentb5ed174816461a322acc1e7c95d5eb335e6ee11e (diff)
downloadfreebsd-ports-gnome-b5eb893eb1bab86b2b3188fc592b8bba859313f4.tar.gz
freebsd-ports-gnome-b5eb893eb1bab86b2b3188fc592b8bba859313f4.tar.zst
freebsd-ports-gnome-b5eb893eb1bab86b2b3188fc592b8bba859313f4.zip
Add run depends
PR: ports/179079 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> Approved by: maintainer (myself)
Diffstat (limited to 'www')
-rw-r--r--www/py-WebTest/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/py-WebTest/Makefile b/www/py-WebTest/Makefile
index 65b74215d147..5fca70d2cf27 100644
--- a/www/py-WebTest/Makefile
+++ b/www/py-WebTest/Makefile
@@ -17,6 +17,10 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=1.2:${PORTSDIR}/www/py-webob \
${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \
${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:${PORTSDIR}/www/py-beautifulsoup \
${PYTHON_PKGNAMEPREFIX}waitress>0:${PORTSDIR}/www/py-waitress
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=1.2:${PORTSDIR}/www/py-webob \
+ ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \
+ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:${PORTSDIR}/www/py-beautifulsoup \
+ ${PYTHON_PKGNAMEPREFIX}waitress>0:${PORTSDIR}/www/py-waitress
USE_ZIP= yes
USE_PYTHON= yes