diff options
author | naddy <naddy@FreeBSD.org> | 2005-03-16 22:50:13 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2005-03-16 22:50:13 +0800 |
commit | a491d34dbdfd6c48c0e49769c21ab70d9aea4d62 (patch) | |
tree | 510f1868efabfda5ba6b8ff3b068d89fcd3166ef /audio/muine | |
parent | efa9096aae8ad84ca041597bbd960417341816c1 (diff) | |
download | freebsd-ports-gnome-a491d34dbdfd6c48c0e49769c21ab70d9aea4d62.tar.gz freebsd-ports-gnome-a491d34dbdfd6c48c0e49769c21ab70d9aea4d62.tar.zst freebsd-ports-gnome-a491d34dbdfd6c48c0e49769c21ab70d9aea4d62.zip |
new version of libFLAC
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 3ddd93ed42c5..f9e6651c8bc9 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -7,14 +7,14 @@ PORTNAME= muine PORTVERSION= 0.6.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio gnome MASTER_SITES= http://muine.gooeylinux.org/ MAINTAINER= tmclaugh@sdf.lonestar.org COMMENT= Mono based Gnome audio player -LIB_DEPENDS= FLAC.5:${PORTSDIR}/audio/flac \ +LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \ id3tag.2:${PORTSDIR}/audio/libid3tag \ gdbm:${PORTSDIR}/databases/gdbm BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp |