lang/neko: Migrate to USE_APACHE_BUILD
Approved by: hat apache@
This commit is contained in:
parent
b0896d33d0
commit
c67b9ff4e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462788
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ COMMENT= Neko programming languages and virtual machine
|
||||||
|
|
||||||
LICENSE= MIT
|
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 \
|
LIB_DEPENDS= libgc-threaded.so:devel/boehm-gc-threaded \
|
||||||
libapr-1.so:devel/apr1 libaprutil-1.so:devel/apr1 \
|
libapr-1.so:devel/apr1 libaprutil-1.so:devel/apr1 \
|
||||||
libpcre.so:devel/pcre libpcreposix.so:devel/pcre \
|
libpcre.so:devel/pcre libpcreposix.so:devel/pcre \
|
||||||
|
@ -27,6 +27,7 @@ GH_ACCOUNT= HaxeFoundation
|
||||||
GH_TAGNAME= f8d55f1
|
GH_TAGNAME= f8d55f1
|
||||||
|
|
||||||
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/neko
|
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/neko
|
||||||
|
USE_APACHE_BUILD= yes
|
||||||
|
|
||||||
MAKE_JOBS_UNSAFE=yes
|
MAKE_JOBS_UNSAFE=yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue