diff options
Diffstat (limited to 'audio/fluidsynth/Makefile')
-rw-r--r-- | audio/fluidsynth/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index 2ba96ab5ccb1..4130840ef45f 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -1,7 +1,6 @@ PORTNAME= fluidsynth DISTVERSIONPREFIX= v -DISTVERSION= 2.4.0 -PORTREVISION= 1 +DISTVERSION= 2.4.1 CATEGORIES= audio MAINTAINER= multimedia@FreeBSD.org @@ -20,12 +19,13 @@ USE_LDCONFIG= yes LDFLAGS+= -lpthread # would require unreleased libinstpatch >= 1.1.0 -CMAKE_OFF= CMAKE_DISABLE_FIND_PACKAGE_Doxygen \ - enable-dsound \ +CMAKE_OFF= enable-dsound \ enable-libinstpatch \ enable-midishare \ enable-waveout \ enable-winmidi +CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Doxygen \ + CMAKE_DISABLE_FIND_PACKAGE_Git OPTIONS_DEFINE= ALSA DBUS JACK LADSPA PIPEWIRE PORTAUDIO \ PULSEAUDIO READLINE SDL SNDFILE |