diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-30 14:04:51 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-30 14:04:51 +0800 |
commit | 4264f62e372faef2405f4c3ebfd8b255096df614 (patch) | |
tree | 7e7ff4d0edd9a4d9ca14bb662e1c56eec088c37d /audio/muine | |
parent | a672182da5d44087391319fa211b6d5f7a438079 (diff) | |
download | marcuscom-ports-4264f62e372faef2405f4c3ebfd8b255096df614.tar marcuscom-ports-4264f62e372faef2405f4c3ebfd8b255096df614.tar.gz marcuscom-ports-4264f62e372faef2405f4c3ebfd8b255096df614.tar.bz2 marcuscom-ports-4264f62e372faef2405f4c3ebfd8b255096df614.tar.lz marcuscom-ports-4264f62e372faef2405f4c3ebfd8b255096df614.tar.xz marcuscom-ports-4264f62e372faef2405f4c3ebfd8b255096df614.tar.zst marcuscom-ports-4264f62e372faef2405f4c3ebfd8b255096df614.zip |
Sync w/ FreeBSD ports related w/ libvorbis stuff. Will you let me update in
my system success pretty please? ;-)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9273 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/muine')
-rw-r--r-- | audio/muine/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile index c42bfa4ff..322d7e570 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -3,12 +3,12 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $Id: Makefile,v 1.8 2007-05-19 21:35:58 marcus Exp $ +# $Id: Makefile,v 1.9 2007-07-30 06:04:51 mezz Exp $ # PORTNAME= muine PORTVERSION= 0.8.7 -PORTREVISION= 3 +PORTREVISION= 4 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 |