diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-06 18:42:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-06 18:42:36 +0800 |
commit | 2fa0350fdb2025afac437aea61f792e0330699a1 (patch) | |
tree | 5411b47724a0ad32522bb7aedfd26ba3b254806c /audio/fluidsynth | |
parent | 44dbd1168637378f50763324e1d05986be3b69ba (diff) | |
download | freebsd-ports-gnome-2fa0350fdb2025afac437aea61f792e0330699a1.tar.gz freebsd-ports-gnome-2fa0350fdb2025afac437aea61f792e0330699a1.tar.zst freebsd-ports-gnome-2fa0350fdb2025afac437aea61f792e0330699a1.zip |
Convert audio/jack and fluidsynth to only build depend on pkgconf, track
dependency impact
Diffstat (limited to 'audio/fluidsynth')
-rw-r--r-- | audio/fluidsynth/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index a215547d442f..493d0b03a5bb 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: fluidsynth -# Date created: 27 Nov 2003 -# Whom: Juha Nygard <juha.nygard1@netikka.fi> -# +# Created by: Juha Nygard <juha.nygard1@netikka.fi> # $FreeBSD$ -# PORTNAME= fluidsynth PORTVERSION= 1.1.5 @@ -20,7 +16,8 @@ OPTIONS_DEFINE= JACK ALSA DBUS LADSPA LASH PORTAUDIO PULSEAUDIO SNDFILE OPTIONS_DEFAULT= JACK USE_BZIP2= yes -USE_GNOME= glib20 pkgconfig +USE_GNOME= glib20 +USE_PKGCONFIG= build USE_CMAKE= yes CMAKE_ARGS= -Denable-ladcca:BOOL=FALSE \ -Denable-midishare:BOOL=FALSE |