[Lunar-commits] <moonbase> Subject: ghostscript: Take user's choice serious in DEPENDS.

Duncan Gibson engelsman at lunar-linux.org
Sun Sep 6 12:15:03 CEST 2009


commit ce56194e63741aad53f3f7293dd89d0dc48434fd
Author: Oliver Dietsch <odietsch at googlemail.com>
Date:   Sun Sep 6 12:15:03 2009 +0200

    Subject: ghostscript: Take user's choice serious in DEPENDS.
    
    Lunar asks whether gtk+-2 and cairo should be used as depends,
    but the module didn't care. Now it does.
    
    Yes, I have gtk+-2 installed, but I only want it for applications
    which really need them. Am I the only one that thinks so? :-)
---
 printer/ghostscript/DEPENDS |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/printer/ghostscript/DEPENDS b/printer/ghostscript/DEPENDS
index 5135f93..4eea990 100644
--- a/printer/ghostscript/DEPENDS
+++ b/printer/ghostscript/DEPENDS
@@ -1,12 +1,12 @@
 depends jpeg
 depends libpng
 
-optional_depends "%X"   "--with-x"   "--without-x"   "For an X frontend"
-optional_depends "ijs"  "--with-ijs" "--without-ijs" "For ijs driver support"
-optional_depends "cups"    ""        ""              "To build the CUPS backends (recommended)"
-optional_depends "gtk+-2"  ""        ""              "For GTK support"
-optional_depends "cairo"   ""        ""              "For cairo graphics support"
-optional_depends "jasper"  ""        ""              "For JPEG 2000 support"
+optional_depends "%X"      "--with-x"   "--without-x"      "For an X frontend"
+optional_depends "ijs"     "--with-ijs" "--without-ijs"    "For ijs driver support"
+optional_depends "cups"    ""           "--disable-cups"   "To build the CUPS backends (recommended)"
+optional_depends "gtk+-2"  ""           "--disable-gtk"    "For GTK support"
+optional_depends "cairo"   ""           "--disable-cairo"  "For cairo graphics support"
+optional_depends "jasper"  ""           "--without-jasper" "For JPEG 2000 support"
 
 optional_depends "libpaper" "--with-libpaper"       "--without-libpaper" \
                                       "for additonal paper size support"


More information about the Lunar-commits mailing list