diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-07-03 13:02:39 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-07-03 13:02:39 +0000 |
commit | 725feef7cc2972407bd71f809ab06a14e8c98d5c (patch) | |
tree | 549b6c587ba5ed57760b6207cd098a8a3025fc24 /audio/rhythmbox/Makefile | |
parent | 6353424c30342fcbf7a22709613c13129a0a3d0e (diff) | |
download | pkgsrc-725feef7cc2972407bd71f809ab06a14e8c98d5c.tar.gz |
Properly handle the icon theme cache. Bump PKGREVISION to 1.
Diffstat (limited to 'audio/rhythmbox/Makefile')
-rw-r--r-- | audio/rhythmbox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 4557e4d25e1..3d450a944e9 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2006/07/03 10:40:28 jmmv Exp $ +# $NetBSD: Makefile,v 1.40 2006/07/03 13:02:39 jmmv Exp $ # DISTNAME= rhythmbox-0.9.5 +PKGREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/rhythmbox/0.9/} EXTRACT_SUFX= .tar.bz2 @@ -35,6 +36,7 @@ BUILDLINK_API_DEPENDS.totem+= {totem,totem-xine}>=1.1.5 .include "../../devel/libglade2/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../devel/libsexy/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../multimedia/gstreamer0.10/buildlink3.mk" .include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" .include "../../multimedia/totem/buildlink3.mk" |