[Lunar-commits] <moonbase-other> ghostscript: minor cleanup

v4hn me at v4hn.de
Mon Jan 28 22:43:32 CET 2013


commit 7630a6c2bc31e9222e62e60241f4042c18d6cbc4
Author: v4hn <me at v4hn.de>
Date: Mon, 28 Jan 2013 13:43:32 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/7630a6c2bc31e9222e62e60241f4042c18d6cbc4

ghostscript: minor cleanup
---
  printer/ghostscript/BUILD   | +0/-4     
  printer/ghostscript/DEPENDS | +1/-1     
  2 files changed, 1 insertion(+), 5 deletions(-)

--- a/printer/ghostscript/BUILD
+++ b/printer/ghostscript/BUILD
@@ -7,10 +7,6 @@
 
   OPTS+=" --disable-compile-inits --enable-dynamic --with-system-libtiff LIBS=-lz" &&
 
-  if in_depends $MODULE cups ; then
-    OPTS+=" --with-install-cups"
-  fi &&
-
   # Will run ./configure with Lunar's options, in default_build
   sedit "s:\$srcdir/configure:echo:" autogen.sh &&
   ./autogen.sh $OPTS &&
--- a/printer/ghostscript/DEPENDS
+++ b/printer/ghostscript/DEPENDS
@@ -44,7 +44,7 @@ optional_depends "ijs"                                 \
                  "for ijs driver support"
 
 optional_depends "cups"                                \
-                 "--enable-cups"                       \
+                 "--enable-cups --with-install-cups"   \
                  "--disable-cups"                      \
                  "for the CUPS backends (recommended)"
 




More information about the Lunar-commits mailing list