aboutsummaryrefslogtreecommitdiff
path: root/audio/fluidsynth
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-07 13:23:54 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-07 13:23:54 +0000
commit254efb3968e42deedfdedef6194bff31e6a51873 (patch)
tree3370280802eb016abed8f95f84c199ea4045820b /audio/fluidsynth
parent22b76cf68cbca182c488dc16dbdbdd24f8eac758 (diff)
downloadports-254efb3968e42deedfdedef6194bff31e6a51873.tar.gz
ports-254efb3968e42deedfdedef6194bff31e6a51873.zip
Prefer ninja over make(1)
Notes
Notes: svn path=/head/; revision=339004
Diffstat (limited to 'audio/fluidsynth')
-rw-r--r--audio/fluidsynth/Makefile2
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