svn commit: r339004 - head/audio/fluidsynth

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 7 13:23:55 UTC 2014


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


More information about the svn-ports-all mailing list