diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-17 05:21:35 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-17 05:21:35 +0000 |
commit | 0b88877307eb35780bb63330eab9f31b4d963eef (patch) | |
tree | 7c49669f64ffe930c893007635d5ecd7eeb83f55 /audio/net-rhythmbox | |
parent | a7bf2520652312a79daa6f31abc329b427542522 (diff) | |
download | FreeBSD-ports-0b88877307eb35780bb63330eab9f31b4d963eef.zip FreeBSD-ports-0b88877307eb35780bb63330eab9f31b4d963eef.tar.gz |
Chase the libmusicbrainz shared lib version.
Diffstat (limited to 'audio/net-rhythmbox')
-rw-r--r-- | audio/net-rhythmbox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/net-rhythmbox/Makefile b/audio/net-rhythmbox/Makefile index 3c85d6e..bc9674e 100644 --- a/audio/net-rhythmbox/Makefile +++ b/audio/net-rhythmbox/Makefile @@ -7,14 +7,14 @@ PORTNAME= net-rhythmbox PORTVERSION= 0.4.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio gnome MASTER_SITES= http://download.raisdorf.net/files/ MAINTAINER= hendrik@scholz.net COMMENT= Audio player for the Gnome 2 desktop environment -LIB_DEPENDS= musicbrainz.3:${PORTSDIR}/audio/libmusicbrainz \ +LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ gstplay-0.6.1:${PORTSDIR}/multimedia/gstreamer-plugins \ FLAC.5:${PORTSDIR}/audio/flac \ mad.2:${PORTSDIR}/audio/mad \ |