svn commit: r352120 - head/audio/fluidsynth

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 25 12:55:35 UTC 2014


Author: bapt
Date: Fri Apr 25 12:55:34 2014
New Revision: 352120
URL: http://svnweb.freebsd.org/changeset/ports/352120
QAT: https://qat.redports.org/buildarchive/r352120/

Log:
  use USES=tar:bzip2

Modified:
  head/audio/fluidsynth/Makefile

Modified: head/audio/fluidsynth/Makefile
==============================================================================
--- head/audio/fluidsynth/Makefile	Fri Apr 25 12:46:45 2014	(r352119)
+++ head/audio/fluidsynth/Makefile	Fri Apr 25 12:55:34 2014	(r352120)
@@ -14,9 +14,8 @@ LICENSE=	LGPL20
 OPTIONS_DEFINE=	JACK ALSA DBUS LADSPA LASH PORTAUDIO PULSEAUDIO SNDFILE
 OPTIONS_DEFAULT=	JACK
 
-USE_BZIP2=	yes
 USE_GNOME=	glib20
-USES=		cmake pkgconfig ninja
+USES=		cmake pkgconfig ninja tar:bzip2
 CMAKE_ARGS=	-Denable-ladcca:BOOL=FALSE \
 		-Denable-midishare:BOOL=FALSE
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list