diff options
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 64c25f1599f..47df96fe997 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2006/01/24 07:31:55 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2006/02/05 23:08:14 joerg Exp $ # DISTNAME= streamtuner-0.99.99 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio www MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/ diff --git a/audio/streamtuner/buildlink3.mk b/audio/streamtuner/buildlink3.mk index 9012afafc95..238abebbc8e 100644 --- a/audio/streamtuner/buildlink3.mk +++ b/audio/streamtuner/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2006/01/24 07:31:55 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2006/02/05 23:08:14 joerg Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ STREAMTUNER_BUILDLINK3_MK:= ${STREAMTUNER_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= streamtuner .if !empty(STREAMTUNER_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.streamtuner+= streamtuner>=0.99 -BUILDLINK_RECOMMENDED.streamtuner?= streamtuner>=0.99.99nb1 +BUILDLINK_RECOMMENDED.streamtuner?= streamtuner>=0.99.99nb2 BUILDLINK_PKGSRCDIR.streamtuner?= ../../audio/streamtuner .endif # STREAMTUNER_BUILDLINK3_MK |