[Lunar-commits] <moonbase> ghostscript: add a few optional depends.

Florin Braescu florin at lunar-linux.org
Tue Aug 19 12:07:37 CEST 2008


commit fa273aef954b85a053fda53f361f764c7542bf19
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Aug 19 13:07:37 2008 +0300

    ghostscript: add a few optional depends.
---
 printer/ghostscript/DEPENDS |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/printer/ghostscript/DEPENDS b/printer/ghostscript/DEPENDS
index 08711f3..f039d51 100644
--- a/printer/ghostscript/DEPENDS
+++ b/printer/ghostscript/DEPENDS
@@ -1,5 +1,8 @@
 depends jpeg
 depends libpng
 
-optional_depends "%X" "--with-x" "--without-x" "For an X frontend"
-optional_depends "cups" "" "" "to build the CUPS backends (recommended)"
+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"


More information about the Lunar-commits mailing list