diff options
author | obache <obache> | 2013-08-16 09:20:40 +0000 |
---|---|---|
committer | obache <obache> | 2013-08-16 09:20:40 +0000 |
commit | 6a944dbdb44f4e7ae4c319ba6602ce5f37c6f1ed (patch) | |
tree | db16d8c14c3c16d9c522a5512d1fb0ebccebd6cf /audio/rhythmbox/Makefile | |
parent | 0fa0cd6005f6d99d9ffd245d0919fdce33840ab7 (diff) | |
download | pkgsrc-6a944dbdb44f4e7ae4c319ba6602ce5f37c6f1ed.tar.gz |
revbump from libnotify bumped to 0.7 and dependency changed from libnotify07.
Diffstat (limited to 'audio/rhythmbox/Makefile')
-rw-r--r-- | audio/rhythmbox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index fa2cf74e3db..03d98e4abde 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.110 2013/08/15 08:04:29 obache Exp $ +# $NetBSD: Makefile,v 1.111 2013/08/16 09:20:40 obache Exp $ # DISTNAME= rhythmbox-0.12.8 -PKGREVISION= 29 +PKGREVISION= 30 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/rhythmbox/0.12/} EXTRACT_SUFX= .tar.bz2 @@ -40,7 +40,7 @@ GCONF_SCHEMAS= rhythmbox.schemas .include "../../sysutils/dbus-glib/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../sysutils/brasero/buildlink3.mk" -.include "../../sysutils/libnotify07/buildlink3.mk" +.include "../../sysutils/libnotify/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../textproc/libplist/buildlink3.mk" .include "../../mk/omf-scrollkeeper.mk" |