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/rhythmbox/Makefile | |
parent | a7bf2520652312a79daa6f31abc329b427542522 (diff) | |
download | FreeBSD-ports-0b88877307eb35780bb63330eab9f31b4d963eef.zip FreeBSD-ports-0b88877307eb35780bb63330eab9f31b4d963eef.tar.gz |
Chase the libmusicbrainz shared lib version.
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 e2e4392..6bc3d39 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -7,6 +7,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.6.8 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6 @@ -15,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= marcus@freebsd.org COMMENT= Audio player for the Gnome 2 desktop environment -LIB_DEPENDS= musicbrainz.3:${PORTSDIR}/audio/libmusicbrainz \ +LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ FLAC.5:${PORTSDIR}/audio/flac \ mad.2:${PORTSDIR}/audio/libmad \ id3tag.2:${PORTSDIR}/audio/libid3tag |