diff options
Diffstat (limited to 'www/chromium/Makefile')
-rw-r--r-- | www/chromium/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 4dd19bf62ceb..477cfcbe302e 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -67,7 +67,7 @@ ONLY_FOR_ARCHS= aarch64 amd64 i386 .if defined(GN_ONLY) USES= compiler:c++14-lang ninja pkgconfig python:2,build shebangfix tar:xz .else -USES= bison cpe desktop-file-utils execinfo jpeg ninja perl5 pkgconfig \ +USES= bison cpe desktop-file-utils jpeg ninja perl5 pkgconfig \ python:2,build shebangfix tar:xz .endif MAKE_ARGS= -C out/${BUILDTYPE} |