Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2013 11:05:12 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336714 - head/www/mod_spdy
Message-ID:  <201312171105.rBHB5CiP026423@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312171105.rBHB5CiP026423>