1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

www/mod_pagespeed: depends explicitly on "python" to build

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
This commit is contained in:
William Grzybowski 2013-12-14 22:48:35 +00:00
parent 1c5d401453
commit 8f90aadb70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336493

View File

@ -13,7 +13,8 @@ DISTNAME= mod_pagespeed_source_${PORTVERSION}
MAINTAINER= swills@FreeBSD.org
COMMENT= An Apache module that automatically optimizes web pages
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
BUILD_DEPENDS= python:${PORTSDIR}/lang/python \
bash:${PORTSDIR}/shells/bash \
greadlink:${PORTSDIR}/sysutils/coreutils \
gsed:${PORTSDIR}/textproc/gsed \
svn:${PORTSDIR}/devel/subversion \