[Lunar-commits] <moonbase> faac: add optional_depends so mp4v2 actually works

Zachary McGrew zmcgrew at lunar-linux.org
Fri Feb 19 22:50:40 CET 2010


commit 967546257781cf40f5fca53a137d8aa21317a41d
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Fri Feb 19 13:50:40 2010 -0800

    faac: add optional_depends so mp4v2 actually works
---
 audio/faac/CONFIGURE |    1 -
 audio/faac/DEPENDS   |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/audio/faac/CONFIGURE b/audio/faac/CONFIGURE
deleted file mode 100644
index d49f19b..0000000
--- a/audio/faac/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-mquery MP4V2 "Enable MP4v2 support?" n "--with-mp4v2" "--without-mp4v2"
diff --git a/audio/faac/DEPENDS b/audio/faac/DEPENDS
index 2e0a52b..d92bf5b 100644
--- a/audio/faac/DEPENDS
+++ b/audio/faac/DEPENDS
@@ -1 +1,2 @@
 depends automake
+optional_depends mp4v2 "--with-mp4v2" "--without-mp4v2" "For MP4v2 support?"


More information about the Lunar-commits mailing list