diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-07 01:27:06 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-07 01:27:06 +0000 |
commit | 97dc1ccd911bb0ed4fca5a6371836561f554ba21 (patch) | |
tree | 4d05d61254c87ee99dd981130a34c331a7562d61 /audio/net-rhythmbox | |
parent | 22153277e4c08891ead20753c9cef33cc219a2ed (diff) | |
download | FreeBSD-ports-97dc1ccd911bb0ed4fca5a6371836561f554ba21.zip FreeBSD-ports-97dc1ccd911bb0ed4fca5a6371836561f554ba21.tar.gz |
Chase the libmad/libid3tag 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 8484906..6958fc0 100644 --- a/audio/net-rhythmbox/Makefile +++ b/audio/net-rhythmbox/Makefile @@ -7,7 +7,7 @@ PORTNAME= net-rhythmbox PORTVERSION= 0.4.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio gnome MASTER_SITES= http://download.raisdorf.net/files/ @@ -17,7 +17,7 @@ COMMENT= Audio player for the Gnome 2 desktop environment 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 \ + mad.2:${PORTSDIR}/audio/mad \ vorbis.2:${PORTSDIR}/audio/libvorbis USE_X_PREFIX= yes |