diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2005-03-16 14:50:13 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2005-03-16 14:50:13 +0000 |
commit | c65892996765bb99500d4c50b5e409b69317b978 (patch) | |
tree | dee07b2e00944aac36439781f32962627c6be9d8 /audio/xmcd | |
parent | e8c58c6b92471d63cf0285641edd76878833b892 (diff) | |
download | ports-c65892996765bb99500d4c50b5e409b69317b978.tar.gz ports-c65892996765bb99500d4c50b5e409b69317b978.zip |
Notes
Diffstat (limited to 'audio/xmcd')
-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 |