diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-08-15 10:03:31 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-08-15 10:03:31 +0000 |
commit | 40d622ae34ea83dd37b6495c6d630d9b84912e8d (patch) | |
tree | 773cf9b28e76b6457e646f8aa61e39a3a89a9df3 | |
parent | - Update WWW (diff) |
Unbreak bulk -a
Notes
Notes:
svn path=/head/; revision=544925
-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 |