diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-25 20:55:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-25 20:55:34 +0800 |
commit | 4e1226a019f3f59585fc23a8100f1bcffdf76240 (patch) | |
tree | 0fdb46935744d18889b7091b3a3a4f235d73f031 /audio | |
parent | 72a4f935a193c7f860a471be5d7e2b58dfd3f6f6 (diff) | |
download | freebsd-ports-gnome-4e1226a019f3f59585fc23a8100f1bcffdf76240.tar.gz freebsd-ports-gnome-4e1226a019f3f59585fc23a8100f1bcffdf76240.tar.zst freebsd-ports-gnome-4e1226a019f3f59585fc23a8100f1bcffdf76240.zip |
use USES=tar:bzip2
Diffstat (limited to 'audio')
-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 |