diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2004-04-13 22:02:07 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2004-04-13 22:02:07 +0000 |
commit | 67251b13dfea4d8f6b83e25ba815034d0bbf3015 (patch) | |
tree | baae3421639a4cc782a49a71bd3834007eaf705f /audio/xmcd | |
parent | 30ce2fec5b7706a2cb52b9d47a95ae88a200585d (diff) | |
download | ports-67251b13dfea4d8f6b83e25ba815034d0bbf3015.tar.gz ports-67251b13dfea4d8f6b83e25ba815034d0bbf3015.zip |
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/Makefile | 4 |
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 |