diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2004-04-12 15:34:53 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2004-04-12 15:34:53 +0000 |
commit | 8cd50885e385e351c44a30e85b7f746b100993ab (patch) | |
tree | 50b4583bded1a31182d2559e491e2e2d76695a2f /audio/xmcd | |
parent | bca04b36ddff60788cdd900e466c762b7564c9ff (diff) | |
download | ports-8cd50885e385e351c44a30e85b7f746b100993ab.tar.gz ports-8cd50885e385e351c44a30e85b7f746b100993ab.zip |
Add a BUILD_DEPENDS for audio/flac.
Reported by: Helge Oldach <xmcdapr04 at oldach.net>
Notes
Notes:
svn path=/head/; revision=106814
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 3f1c5f54e372..68df4d2181ad 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -18,6 +18,7 @@ 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 RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame |