diff options
author | wiz <wiz> | 2006-11-19 11:50:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-11-19 11:50:23 +0000 |
commit | 8770ac15d9582755b0ce133eb0004f0b1601034b (patch) | |
tree | ffee6335b2bba2ba7848a7088adea5af2e248190 /audio/streamtuner | |
parent | 07216228a21977c87b5608b08ab106c9b1c2a75f (diff) | |
download | pkgsrc-8770ac15d9582755b0ce133eb0004f0b1601034b.tar.gz |
tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.
Sorry for not finding this earlier.
Diffstat (limited to 'audio/streamtuner')
-rw-r--r-- | audio/streamtuner/Makefile | 4 | ||||
-rw-r--r-- | audio/streamtuner/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index 479fe7317c7..33f6a20b926 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2006/07/19 10:10:43 joerg Exp $ +# $NetBSD: Makefile,v 1.36 2006/11/19 11:50:23 wiz Exp $ # DISTNAME= streamtuner-0.99.99 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= audio www MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/ diff --git a/audio/streamtuner/buildlink3.mk b/audio/streamtuner/buildlink3.mk index 495195ea1a0..7e78b367850 100644 --- a/audio/streamtuner/buildlink3.mk +++ b/audio/streamtuner/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2006/07/08 23:10:37 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2006/11/19 11:50:23 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ STREAMTUNER_BUILDLINK3_MK:= ${STREAMTUNER_BUILDLINK3_MK}+ @@ -13,7 +13,7 @@ BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}streamtuner .if !empty(STREAMTUNER_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.streamtuner+= streamtuner>=0.99 -BUILDLINK_ABI_DEPENDS.streamtuner?= streamtuner>=0.99.99nb4 +BUILDLINK_ABI_DEPENDS.streamtuner?= streamtuner>=0.99.99nb5 BUILDLINK_PKGSRCDIR.streamtuner?= ../../audio/streamtuner .endif # STREAMTUNER_BUILDLINK3_MK |