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 4a699e74723..59e47e21c68 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.60 2012/10/08 23:00:48 adam Exp $ +# $NetBSD: Makefile,v 1.61 2012/12/16 01:51:59 obache Exp $ # DISTNAME= streamtuner-0.99.99 -PKGREVISION= 24 +PKGREVISION= 25 CATEGORIES= audio www MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/ diff --git a/audio/streamtuner/buildlink3.mk b/audio/streamtuner/buildlink3.mk index 8cad8008923..2a9edce4df1 100644 --- a/audio/streamtuner/buildlink3.mk +++ b/audio/streamtuner/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.28 2012/10/08 23:00:48 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.29 2012/12/16 01:51:59 obache 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.99nb24 +BUILDLINK_ABI_DEPENDS.streamtuner+= streamtuner>=0.99.99nb25 BUILDLINK_PKGSRCDIR.streamtuner?= ../../audio/streamtuner .include "../../www/curl/buildlink3.mk" |