svn commit: r338985 - head/textproc/clucene

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 7 08:33:15 UTC 2014


Author: bapt
Date: Tue Jan  7 08:33:14 2014
New Revision: 338985
URL: http://svnweb.freebsd.org/changeset/ports/338985

Log:
  Uses ninja instead of make, it is a bit faster to build

Modified:
  head/textproc/clucene/Makefile

Modified: head/textproc/clucene/Makefile
==============================================================================
--- head/textproc/clucene/Makefile	Tue Jan  7 08:27:10 2014	(r338984)
+++ head/textproc/clucene/Makefile	Tue Jan  7 08:33:14 2014	(r338985)
@@ -16,7 +16,7 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs
 
-USES=		cmake iconv
+USES=		cmake iconv ninja
 USE_LDCONFIG=	yes
 
 CMAKE_ARGS=	-DBUILD_CONTRIBS_LIB=ON


More information about the svn-ports-all mailing list