aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_spdy
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-12-17 19:05:11 +0800
committerwg <wg@FreeBSD.org>2013-12-17 19:05:11 +0800
commite79248369581200f4956e4c45ca91a01eed79f02 (patch)
tree0ec76b578ad57a1adee525e91758d355fd04c57d /www/mod_spdy
parent84fc33dd15913e7fb95ca61d5cb5c96c2deb9f9d (diff)
downloadfreebsd-ports-gnome-e79248369581200f4956e4c45ca91a01eed79f02.tar.gz
freebsd-ports-gnome-e79248369581200f4956e4c45ca91a01eed79f02.tar.zst
freebsd-ports-gnome-e79248369581200f4956e4c45ca91a01eed79f02.zip
www/mod_spdy: depends explicitly on python
Reported by: exp-run (PR/184591) Approved by: portmgr (blanket)
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 \