Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2018 11:22:18 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462788 - head/lang/neko
Message-ID:  <201802241122.w1OBMICL002696@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Sat Feb 24 11:22:17 2018
New Revision: 462788
URL: https://svnweb.freebsd.org/changeset/ports/462788

Log:
  lang/neko: Migrate to USE_APACHE_BUILD
  
  Approved by:	hat apache@

Modified:
  head/lang/neko/Makefile

Modified: head/lang/neko/Makefile
==============================================================================
--- head/lang/neko/Makefile	Sat Feb 24 11:12:25 2018	(r462787)
+++ head/lang/neko/Makefile	Sat Feb 24 11:22:17 2018	(r462788)
@@ -10,7 +10,7 @@ COMMENT=	Neko programming languages and virtual machin
 
 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802241122.w1OBMICL002696>