diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-20 00:58:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-20 00:58:05 +0000 |
commit | f6d8ec20768d34b131ae0cba6ec469cbfe811d7a (patch) | |
tree | e3aafcd3857ac2bdc7ca0607114c79d78e672bae /audio/fluidsynth | |
parent | 18a81108d0326c0dd4709dce4e60c61ab055229f (diff) | |
download | pkgsrc-f6d8ec20768d34b131ae0cba6ec469cbfe811d7a.tar.gz |
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.
Reported by Robert Elz in PR 41345.
Diffstat (limited to 'audio/fluidsynth')
-rw-r--r-- | audio/fluidsynth/Makefile | 3 | ||||
-rw-r--r-- | audio/fluidsynth/buildlink3.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index 3a16fbf7bdb..2b41ea31e5d 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2009/05/19 08:59:03 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2009/05/20 00:58:05 wiz Exp $ DISTNAME= fluidsynth-1.0.9 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://savannah.nongnu.org/download/fluid/ diff --git a/audio/fluidsynth/buildlink3.mk b/audio/fluidsynth/buildlink3.mk index 1c5cabede4f..45c2998c269 100644 --- a/audio/fluidsynth/buildlink3.mk +++ b/audio/fluidsynth/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2009/03/20 19:23:53 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2009/05/20 00:58:05 wiz Exp $ BUILDLINK_TREE+= fluidsynth @@ -6,6 +6,7 @@ BUILDLINK_TREE+= fluidsynth FLUIDSYNTH_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.fluidsynth+= fluidsynth>=1.0.5 +BUILDLINK_ABI_DEPENDS.fluidsynth?= fluidsynth>=1.0.9nb1 BUILDLINK_PKGSRCDIR.fluidsynth?= ../../audio/fluidsynth .include "../../devel/readline/buildlink3.mk" |