[Lunar-commits] <moonbase> libproxy: Added DEPENDS

Zachary McGrew zmcgrew at lunar-linux.org
Sat Mar 7 02:40:28 CET 2009


commit c1ef4bac81ffb22f0c5b865775e82327e252fd10
Author: Oliver Dietsch <odietsch at googlemail.com>
Date:   Fri Mar 6 17:40:28 2009 -0800

    libproxy: Added DEPENDS
---
 libs/libproxy/DEPENDS |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/libs/libproxy/DEPENDS b/libs/libproxy/DEPENDS
new file mode 100644
index 0000000..ca5c999
--- /dev/null
+++ b/libs/libproxy/DEPENDS
@@ -0,0 +1,28 @@
+optional_depends  "gnome2"            \
+                  "--with-gnome"      \
+                  "--without-gnome"   \
+                  "for GNOME support"
+
+optional_depends  "kde4"              \
+                  "--with-kde"        \
+                  "--without-kde"     \
+                  "for KDE support"
+
+optional_depends  "xulrunner"         \
+                  "--with-mozjs"      \
+                  "--without-mozjs"   \
+                  "for Mozilla/Firefox support"
+
+optional_depends  "Python"            \
+                  "--with-python"     \
+                  "--without-python"  \
+                  "for the Python bindings"
+
+#optional_depends  "%JAVA_SDK"         \
+#                  ""                  \
+#                  ""                  \
+#                  "for Java bindings"
+
+#optional_depends  "mono"              \
+#                  ""                  \
+#                  ""                  \


More information about the Lunar-commits mailing list