diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-28 01:18:16 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-28 01:18:16 +0800 |
commit | d9728870a85ab06c67579662ea31ba5a09b1a06c (patch) | |
tree | b7cc7c4178b09884bf4e50cf75b21c64ac81e36e /audio | |
parent | 9c4349cb8cc14a464e3c6bfe9a7b2ec92354a57e (diff) | |
download | freebsd-ports-gnome-d9728870a85ab06c67579662ea31ba5a09b1a06c.tar.gz freebsd-ports-gnome-d9728870a85ab06c67579662ea31ba5a09b1a06c.tar.zst freebsd-ports-gnome-d9728870a85ab06c67579662ea31ba5a09b1a06c.zip |
Chase the libmusicbrainz shared lib version.
Forgotten by: krion
Diffstat (limited to 'audio')
-rw-r--r-- | audio/net-rhythmbox/Makefile | 2 | ||||
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 3 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 3 |
3 files changed, 5 insertions, 3 deletions
diff --git a/audio/net-rhythmbox/Makefile b/audio/net-rhythmbox/Makefile index 1640b894c557..fff1bf63ec33 100644 --- a/audio/net-rhythmbox/Makefile +++ b/audio/net-rhythmbox/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://web.verbum.org/net-rhythmbox/ MAINTAINER= hendrik@scholz.net COMMENT= Audio player for the Gnome 2 desktop environment -LIB_DEPENDS= musicbrainz.2:${PORTSDIR}/audio/libmusicbrainz \ +LIB_DEPENDS= musicbrainz.3:${PORTSDIR}/audio/libmusicbrainz \ gstplay-0.6.1:${PORTSDIR}/multimedia/gstreamer-plugins \ FLAC.5:${PORTSDIR}/audio/flac \ mad.1:${PORTSDIR}/audio/mad diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 2d90502f7ee0..3a299eee2ac5 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.5 @@ -15,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= marcus@freebsd.org COMMENT= Audio player for the Gnome 2 desktop environment -LIB_DEPENDS= musicbrainz.2:${PORTSDIR}/audio/libmusicbrainz \ +LIB_DEPENDS= musicbrainz.3:${PORTSDIR}/audio/libmusicbrainz \ FLAC.5:${PORTSDIR}/audio/flac \ mad.1:${PORTSDIR}/audio/mad diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 2d90502f7ee0..3a299eee2ac5 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -7,6 +7,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.5 @@ -15,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= marcus@freebsd.org COMMENT= Audio player for the Gnome 2 desktop environment -LIB_DEPENDS= musicbrainz.2:${PORTSDIR}/audio/libmusicbrainz \ +LIB_DEPENDS= musicbrainz.3:${PORTSDIR}/audio/libmusicbrainz \ FLAC.5:${PORTSDIR}/audio/flac \ mad.1:${PORTSDIR}/audio/mad |