Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2014 13:23:55 +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: r339004 - head/audio/fluidsynth
Message-ID:  <201401071323.s07DNt4r018564@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jan  7 13:23:54 2014
New Revision: 339004
URL: http://svnweb.freebsd.org/changeset/ports/339004

Log:
  Prefer ninja over make(1)

Modified:
  head/audio/fluidsynth/Makefile

Modified: head/audio/fluidsynth/Makefile
==============================================================================
--- head/audio/fluidsynth/Makefile	Tue Jan  7 13:14:45 2014	(r339003)
+++ head/audio/fluidsynth/Makefile	Tue Jan  7 13:23:54 2014	(r339004)
@@ -16,7 +16,7 @@ OPTIONS_DEFAULT=	JACK
 
 USE_BZIP2=	yes
 USE_GNOME=	glib20
-USES=		cmake pkgconfig
+USES=		cmake pkgconfig ninja
 CMAKE_ARGS=	-Denable-ladcca:BOOL=FALSE \
 		-Denable-midishare:BOOL=FALSE
 USE_LDCONFIG=	yes



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