diff options
Diffstat (limited to 'lang/neko/Makefile')
-rw-r--r-- | lang/neko/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/neko/Makefile b/lang/neko/Makefile index d90c2019f550..5eea28fea90c 100644 --- a/lang/neko/Makefile +++ b/lang/neko/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libgc-threaded.so:devel/boehm-gc-threaded \ libmbedtls.so:security/mbedtls libmbedcrypto.so:security/mbedtls libmbedx509.so:security/mbedtls \ libfontconfig.so:x11-fonts/fontconfig libfreetype.so:print/freetype2 -USES= cmake:outsource mysql pkgconfig sqlite:3 +USES= cmake mysql pkgconfig sqlite:3 USE_GITHUB= yes GH_ACCOUNT= HaxeFoundation USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/neko |