svn commit: r336714 - head/www/mod_spdy

William Grzybowski wg at FreeBSD.org
Tue Dec 17 11:05:12 UTC 2013


Author: wg
Date: Tue Dec 17 11:05:11 2013
New Revision: 336714
URL: http://svnweb.freebsd.org/changeset/ports/336714

Log:
  www/mod_spdy: depends explicitly on python
  
  Reported by:	exp-run (PR/184591)
  Approved by:	portmgr (blanket)

Modified:
  head/www/mod_spdy/Makefile

Modified: head/www/mod_spdy/Makefile
==============================================================================
--- head/www/mod_spdy/Makefile	Tue Dec 17 10:55:26 2013	(r336713)
+++ head/www/mod_spdy/Makefile	Tue Dec 17 11:05:11 2013	(r336714)
@@ -16,7 +16,8 @@ COMMENT=	SPDY module for the Apache HTTP
 
 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 \


More information about the svn-ports-head mailing list