diff options
author | deischen <deischen@FreeBSD.org> | 2004-04-12 15:34:53 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2004-04-12 15:34:53 +0000 |
commit | 818c5418f572f3d7a547a875c7a0ded196f11e1c (patch) | |
tree | 9ca8209aa556c19b291f1085e7d3cff498ae6ff9 /audio | |
parent | e12f1f07f3201e0935df84fe01fa814a9f88c054 (diff) | |
download | FreeBSD-ports-818c5418f572f3d7a547a875c7a0ded196f11e1c.zip FreeBSD-ports-818c5418f572f3d7a547a875c7a0ded196f11e1c.tar.gz |
Add a BUILD_DEPENDS for audio/flac.
Reported by: Helge Oldach <xmcdapr04 at oldach.net>
Diffstat (limited to 'audio')
-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 3f1c5f5..68df4d2 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 |