diff options
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 93a978a6b..d7fc8db60 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.40 2005/10/28 08:03:53 jylefort Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.42 2005/12/05 00:42:42 marcus Exp $ # PORTNAME= rhythmbox PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 @@ -20,7 +20,7 @@ COMMENT= Audio player for the Gnome 2 desktop environment LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ id3tag.0:${PORTSDIR}/audio/libid3tag \ totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer \ - dbus-1.1:${PORTSDIR}/devel/dbus + dbus-1.2:${PORTSDIR}/devel/dbus USE_BZIP2= yes USE_X_PREFIX= yes |