[Lunar-commits] <moonbase> vorbis-tools: added commented circular dependency for completeness sake
Paul Bredbury
brebs at lunar-linux.org
Tue Mar 8 07:24:24 CET 2011
commit 80ff92999fd41a2a985d888469371bebd4f716a5
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date: Tue Mar 8 13:24:24 2011 +0700
vorbis-tools: added commented circular dependency for completeness sake
---
audio/vorbis-tools/DEPENDS | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/audio/vorbis-tools/DEPENDS b/audio/vorbis-tools/DEPENDS
index b03eeac..6f7c93f 100644
--- a/audio/vorbis-tools/DEPENDS
+++ b/audio/vorbis-tools/DEPENDS
@@ -2,5 +2,15 @@ depends libvorbis
depends libao
depends curl
-optional_depends "alsa-utils" "" "" "for ALSA sound drivers and utils"
-optional_depends "speex" "" "--without-speex" "for voice manipulation"
+optional_depends "alsa-utils" "" "" "for ALSA sound drivers and utils"
+
+optional_depends "speex" \
+ "--with-speex" \
+ "--without-speex" \
+ "for voice manipulation"
+
+# circular dependency:
+#optional_depends "flac" \
+# "--with-flac" \
+# "--without-flac" \
+# "for flac support"
More information about the Lunar-commits
mailing list