diff options
-rw-r--r-- | www/mod_pagespeed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_pagespeed/Makefile b/www/mod_pagespeed/Makefile index a07cf4087e67..e7b5837110b8 100644 --- a/www/mod_pagespeed/Makefile +++ b/www/mod_pagespeed/Makefile @@ -37,7 +37,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libopencv_video.so:graphics/opencv USES= apache:2.2+ compiler:c++14-lang gperf jpeg gmake localbase \ - pkgconfig python:2.7 shebangfix ssl tar:xz + pkgconfig python:3.5+ shebangfix ssl tar:xz SHEBANG_GLOB= *.gyp *.gypi *.py *.sh SHEBANG_FILES= build/fix_proto_and_invoke_protoc |