diff options
author | drochner <drochner@pkgsrc.org> | 2009-08-02 12:10:39 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-08-02 12:10:39 +0000 |
commit | 721f23fe2f35584ec326c1dd5b02a0258d37f2e3 (patch) | |
tree | efa97c88cc8a68793773bbc19e3db55f83617fdf /audio/rhythmbox/Makefile | |
parent | 76acec3661a715dc2706abff09d5f9d595d8a7f7 (diff) | |
download | pkgsrc-721f23fe2f35584ec326c1dd5b02a0258d37f2e3.tar.gz |
fix some glitches with UPnP interaction, bump PKGREVISION
Diffstat (limited to 'audio/rhythmbox/Makefile')
-rw-r--r-- | audio/rhythmbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 62e12ab1ed6..88255681de6 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.67 2009/07/31 08:50:27 drochner Exp $ +# $NetBSD: Makefile,v 1.68 2009/08/02 12:10:39 drochner Exp $ # DISTNAME= rhythmbox-0.12.3 +PKGREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/rhythmbox/0.12/} EXTRACT_SUFX= .tar.bz2 |