aboutsummaryrefslogtreecommitdiff
path: root/www/mod_spdy
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-12-17 11:05:11 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-12-17 11:05:11 +0000
commit081c875d967ad55ff4a2622a082e28401f476a7e (patch)
tree0ec76b578ad57a1adee525e91758d355fd04c57d /www/mod_spdy
parent641a557daae309135f153dda84a934a8d490364d (diff)
downloadports-081c875d967ad55ff4a2622a082e28401f476a7e.tar.gz
ports-081c875d967ad55ff4a2622a082e28401f476a7e.zip
www/mod_spdy: depends explicitly on python
Reported by: exp-run (PR/184591) Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=336714
Diffstat (limited to 'www/mod_spdy')
-rw-r--r--www/mod_spdy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_spdy/Makefile b/www/mod_spdy/Makefile
index 79bc8a1269b1..a9675ee63c22 100644
--- a/www/mod_spdy/Makefile
+++ b/www/mod_spdy/Makefile
@@ -16,7 +16,8 @@ COMMENT= SPDY module for the Apache HTTP server v2.2
LICENSE= AL2
-BUILD_DEPENDS= greadlink:${PORTSDIR}/sysutils/coreutils \
+BUILD_DEPENDS= python:${PORTSDIR}/lang/python \
+ greadlink:${PORTSDIR}/sysutils/coreutils \
flock:${PORTSDIR}/sysutils/flock \
svn:${PORTSDIR}/devel/subversion \
curl:${PORTSDIR}/ftp/curl \