[Lunar-commits] avahi: Added missing optional depends on mono

Chad 'v3rt1g0' Kittel v3rt1g0 at lunar-linux.org
Thu Dec 27 21:12:21 CET 2007


commit 72e0d12d0a84891b517fcebb6cc1af85edbc5e9d
Author: Chad 'v3rt1g0' Kittel <v3rt1g0 at lunar-linux.org>
Date:   Thu Dec 27 14:12:21 2007 -0600

    avahi: Added missing optional depends on mono
    
       * added in support for avahi-sharp
---
 net/avahi/BUILD   |    1 -
 net/avahi/DEPENDS |    3 +++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/net/avahi/BUILD b/net/avahi/BUILD
index 496225f..5edb197 100644
--- a/net/avahi/BUILD
+++ b/net/avahi/BUILD
@@ -20,7 +20,6 @@
                 --localstatedir=/var      \
                 --with-distro=none        \
                 --disable-lynx            \
-                --disable-mono            \
                 --disable-gdbm            \
                 --disable-stack-protector \
                 $OPTS                    &&
diff --git a/net/avahi/DEPENDS b/net/avahi/DEPENDS
index b2a366f..41920a7 100644
--- a/net/avahi/DEPENDS
+++ b/net/avahi/DEPENDS
@@ -29,3 +29,6 @@ optional_depends "xmlto" \
                  "--enable-xmltoman" \
                  "--disable-xmltoman" \
                  "to build the manpages"
+
+optional_depends "gtk-sharp2"  "--enable-mono"  "--disable-mono"  \
+                 "to build the Mono/.NET avahi-sharp library"


More information about the Lunar-commits mailing list