summaryrefslogtreecommitdiff
path: root/audio/xmcd
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2004-04-13 22:02:07 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2004-04-13 22:02:07 +0000
commit67251b13dfea4d8f6b83e25ba815034d0bbf3015 (patch)
treebaae3421639a4cc782a49a71bd3834007eaf705f /audio/xmcd
parentReset maintainer to ports@ (diff)
Make audio/flac a LIB_DEPENDS instead of a RUN_DEPENDS.
Notes
Notes: svn path=/head/; revision=106963
Diffstat (limited to 'audio/xmcd')
-rw-r--r--audio/xmcd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile
index e6f8707351ef..bbb0bb48bedb 100644
--- a/audio/xmcd/Makefile
+++ b/audio/xmcd/Makefile
@@ -18,8 +18,8 @@ EXTRACT_ONLY= xmcd-3.3.0.tar.gz
MAINTAINER= eischen@vigrid.com
COMMENT= Motif CD player
-BUILD_DEPENDS+= flac:${PORTSDIR}/audio/flac
-LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis \
+ flac:${PORTSDIR}/audio/flac
RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame
USE_REINPLACE= yes