diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-07 21:23:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-07 21:23:54 +0800 |
commit | 6b388a8a0b8aece565a9b00ab9fa0299fa4d835a (patch) | |
tree | 3370280802eb016abed8f95f84c199ea4045820b /audio/fluidsynth | |
parent | a51a3690140c89404dcfb5ee4d40009321500ee1 (diff) | |
download | freebsd-ports-gnome-6b388a8a0b8aece565a9b00ab9fa0299fa4d835a.tar.gz freebsd-ports-gnome-6b388a8a0b8aece565a9b00ab9fa0299fa4d835a.tar.zst freebsd-ports-gnome-6b388a8a0b8aece565a9b00ab9fa0299fa4d835a.zip |
Prefer ninja over make(1)
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 |