diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
commit | 605b51623904901c5be12539309f2345d1751741 (patch) | |
tree | 698a951c5110d6765f602f134f00403efbe3a817 /audio/muine | |
parent | 7a58a475e7bd926d065dab0f108b18a67af0906b (diff) | |
download | ports-605b51623904901c5be12539309f2345d1751741.tar.gz ports-605b51623904901c5be12539309f2345d1751741.zip |
Notes
Diffstat (limited to 'audio/muine')
-rw-r--r-- | audio/muine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile index cfd5d7971355..6451302004a9 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -8,7 +8,7 @@ PORTNAME= muine PORTVERSION= 0.8.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio gnome MASTER_SITES= http://muine-player.org/releases/ @@ -18,7 +18,7 @@ COMMENT= Mono based Gnome audio player LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \ id3tag.0:${PORTSDIR}/audio/libid3tag \ gdbm:${PORTSDIR}/databases/gdbm \ - vorbis.3:${PORTSDIR}/audio/libvorbis \ + vorbis.4:${PORTSDIR}/audio/libvorbis \ musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus |