diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-10-28 07:59:53 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-10-28 07:59:53 +0000 |
commit | 872d7f80ee823cc7310988b95fff5e9418da81f9 (patch) | |
tree | 6a49b6bdcb31adf65132c25f9c6ebe52c3abc233 /audio/muine | |
parent | a38f9f29452292f445e6a68005962d3b75217139 (diff) | |
download | ports-872d7f80ee823cc7310988b95fff5e9418da81f9.tar.gz ports-872d7f80ee823cc7310988b95fff5e9418da81f9.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 e250fbf398dc..7bd5c02bae52 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -7,7 +7,7 @@ PORTNAME= muine PORTVERSION= 0.8.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio gnome MASTER_SITES= http://muine.gooeylinux.org/ @@ -15,7 +15,7 @@ MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= Mono based Gnome audio player LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \ - id3tag.2:${PORTSDIR}/audio/libid3tag \ + id3tag.0:${PORTSDIR}/audio/libid3tag \ gdbm:${PORTSDIR}/databases/gdbm \ vorbis.3:${PORTSDIR}/audio/libvorbis BUILD_DEPENDS= gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 \ |