diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-03 00:11:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-03 00:11:51 +0000 |
commit | fb966fa26f35c804660e1ad797ea6d68b0c03b17 (patch) | |
tree | a1c602ef4a7cc8ff28e093a91e96ec5a529d4fa0 /audio/streamtuner | |
parent | 1f896ff9b4778b2a5823529549e27b6d5a6b7758 (diff) | |
download | pkgsrc-fb966fa26f35c804660e1ad797ea6d68b0c03b17.tar.gz |
Recursive bump for pcre-8.30* (shlib major change)
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 025c4a8328b..1665acbebc2 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.51 2012/02/06 12:39:31 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2012/03/03 00:12:31 wiz Exp $ # DISTNAME= streamtuner-0.99.99 -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= audio www MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/ diff --git a/audio/streamtuner/buildlink3.mk b/audio/streamtuner/buildlink3.mk index 3765e6a5cdb..517741126ad 100644 --- a/audio/streamtuner/buildlink3.mk +++ b/audio/streamtuner/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.22 2012/02/06 12:39:31 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.23 2012/03/03 00:12:31 wiz Exp $ BUILDLINK_TREE+= streamtuner @@ -6,7 +6,7 @@ BUILDLINK_TREE+= streamtuner STREAMTUNER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.streamtuner+= streamtuner>=0.99 -BUILDLINK_ABI_DEPENDS.streamtuner?= streamtuner>=0.99.99nb16 +BUILDLINK_ABI_DEPENDS.streamtuner?= streamtuner>=0.99.99nb17 BUILDLINK_PKGSRCDIR.streamtuner?= ../../audio/streamtuner .include "../../www/curl/buildlink3.mk" |