diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-25 12:55:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-25 12:55:34 +0000 |
commit | abc4e01c439380d45c0be79893e53afd7b2ac0cc (patch) | |
tree | 0fdb46935744d18889b7091b3a3a4f235d73f031 /audio/fluidsynth | |
parent | 862e5bf88f062757ea576b5ed9e64829d642430d (diff) | |
download | ports-abc4e01c439380d45c0be79893e53afd7b2ac0cc.tar.gz ports-abc4e01c439380d45c0be79893e53afd7b2ac0cc.zip |
Notes
Diffstat (limited to 'audio/fluidsynth')
-rw-r--r-- | audio/fluidsynth/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index 2ff0b21b66b2..2cdb0307c692 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -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 |