diff options
Diffstat (limited to 'www/mod_pagespeed')
-rw-r--r-- | www/mod_pagespeed/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/mod_pagespeed/Makefile b/www/mod_pagespeed/Makefile index ebfaa27332eb..1de151388edf 100644 --- a/www/mod_pagespeed/Makefile +++ b/www/mod_pagespeed/Makefile @@ -32,9 +32,8 @@ LIB_DEPENDS= libpng.so:graphics/png \ libicutu.so:devel/icu \ libopencv_legacy.so:graphics/opencv -USES= compiler:c++14-lang gperf jpeg gmake localbase pkgconfig \ - python:2.7 shebangfix ssl tar:xz -USE_APACHE= 22+ +USES= apache:2.2+ compiler:c++14-lang gperf jpeg gmake localbase \ + pkgconfig python:2.7 shebangfix ssl tar:xz SHEBANG_GLOB= *.gyp *.gypi *.py *.sh SHEBANG_FILES= build/fix_proto_and_invoke_protoc |