diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-07 13:23:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-07 13:23:54 +0000 |
commit | 254efb3968e42deedfdedef6194bff31e6a51873 (patch) | |
tree | 3370280802eb016abed8f95f84c199ea4045820b /audio/fluidsynth | |
parent | 22b76cf68cbca182c488dc16dbdbdd24f8eac758 (diff) |
Notes
Diffstat (limited to 'audio/fluidsynth')
-rw-r--r-- | audio/fluidsynth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index e3df915cdfd9..2ff0b21b66b2 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -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 |