diff options
Diffstat (limited to 'devel/binaryen/Makefile')
-rw-r--r-- | devel/binaryen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/binaryen/Makefile b/devel/binaryen/Makefile index 1f7cab40da73..7039da4a7b44 100644 --- a/devel/binaryen/Makefile +++ b/devel/binaryen/Makefile @@ -11,7 +11,7 @@ COMMENT= Compiler infrastructure and toolchain library for WebAssembly LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake:outsource python:2.7,build compiler:c++11-lang +USES= cmake python:2.7,build compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= WebAssembly USE_LDCONFIG= yes |