aboutsummaryrefslogtreecommitdiff
path: root/audio/fluidsynth
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-10-06 10:42:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-10-06 10:42:36 +0000
commit72ae5b1a3992e6f56b49ef16b9ab96419ef48a28 (patch)
tree5411b47724a0ad32522bb7aedfd26ba3b254806c /audio/fluidsynth
parent295809be78d08a9210b81960436cecd00cfec864 (diff)
downloadports-72ae5b1a3992e6f56b49ef16b9ab96419ef48a28.tar.gz
ports-72ae5b1a3992e6f56b49ef16b9ab96419ef48a28.zip
Convert audio/jack and fluidsynth to only build depend on pkgconf, track
dependency impact
Notes
Notes: svn path=/head/; revision=305354
Diffstat (limited to 'audio/fluidsynth')
-rw-r--r--audio/fluidsynth/Makefile9
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