lang/neko: Migrate to USE_APACHE_BUILD

Approved by:	hat apache@
This commit is contained in:
Bernard Spil 2018-02-24 11:22:17 +00:00
parent b0896d33d0
commit c67b9ff4e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462788

View file

@ -10,7 +10,7 @@ COMMENT= Neko programming languages and virtual machine
LICENSE= MIT
BUILD_DEPENDS= ${LOCALBASE}/bin/git:devel/git ${LOCALBASE}/include/apache22/httpd.h:www/apache22
BUILD_DEPENDS= ${LOCALBASE}/bin/git:devel/git
LIB_DEPENDS= libgc-threaded.so:devel/boehm-gc-threaded \
libapr-1.so:devel/apr1 libaprutil-1.so:devel/apr1 \
libpcre.so:devel/pcre libpcreposix.so:devel/pcre \
@ -27,6 +27,7 @@ GH_ACCOUNT= HaxeFoundation
GH_TAGNAME= f8d55f1
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/neko
USE_APACHE_BUILD= yes
MAKE_JOBS_UNSAFE=yes