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/xmcd/Makefile | |
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/xmcd/Makefile')
-rw-r--r-- | audio/xmcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index bfeaae9fb581..fd965bf4aeb7 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmcd PORTVERSION= 3.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.ibiblio.org/tkan/download/xmcd/3.3.2/src/ @@ -15,7 +15,7 @@ MAINTAINER= eischen@vigrid.com COMMENT= Motif CD player LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis \ - FLAC:${PORTSDIR}/audio/flac + FLAC.7:${PORTSDIR}/audio/flac RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame USE_REINPLACE= yes |