pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/fluidsynth Add missing devel/glib2 buildlink to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2c5a27ea0ec
branches:  trunk
changeset: 599108:e2c5a27ea0ec
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Sun Feb 05 22:49:13 2012 +0000

description:
Add missing devel/glib2 buildlink to the buildlink3.mk file.

Bump BUILDLINK_ABI_DEPENDS

diffstat:

 audio/fluidsynth/buildlink3.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 8189c605c5ef -r e2c5a27ea0ec audio/fluidsynth/buildlink3.mk
--- a/audio/fluidsynth/buildlink3.mk    Sun Feb 05 22:27:09 2012 +0000
+++ b/audio/fluidsynth/buildlink3.mk    Sun Feb 05 22:49:13 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.8 2009/05/20 00:58:05 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2012/02/05 22:49:13 sbd Exp $
 
 BUILDLINK_TREE+=       fluidsynth
 
@@ -6,9 +6,10 @@
 FLUIDSYNTH_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.fluidsynth+=             fluidsynth>=1.0.5
-BUILDLINK_ABI_DEPENDS.fluidsynth?=     fluidsynth>=1.0.9nb1
+BUILDLINK_ABI_DEPENDS.fluidsynth?=     fluidsynth>=1.1.5
 BUILDLINK_PKGSRCDIR.fluidsynth?=       ../../audio/fluidsynth
 
+.include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"
 .endif # FLUIDSYNTH_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index