Date: Tue, 7 Jan 2014 08:33:14 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338985 - head/textproc/clucene Message-ID: <201401070833.s078XEBn008212@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401070833.s078XEBn008212>