[Lunar-commits] r25288 - moonbase/trunk/graphics/graphviz

Dennis Veatch stumbles at lunar-linux.org
Thu Jul 26 19:15:13 CEST 2007


Author: stumbles
Date: 2007-07-26 19:15:13 +0200 (Thu, 26 Jul 2007)
New Revision: 25288

Modified:
   moonbase/trunk/graphics/graphviz/DEPENDS
Log:

Adding another one it barfs on, so just say no
for now and a little clean up.


Modified: moonbase/trunk/graphics/graphviz/DEPENDS
===================================================================
--- moonbase/trunk/graphics/graphviz/DEPENDS	2007-07-26 17:11:17 UTC (rev 25287)
+++ moonbase/trunk/graphics/graphviz/DEPENDS	2007-07-26 17:15:13 UTC (rev 25288)
@@ -1,23 +1,24 @@
-depends automake      &&
-depends autoconf      &&
-depends expat         &&
-depends fontconfig    &&
-depends freetype2     &&
-depends gettext       &&
-depends glib-2        &&
-depends pkgconfig     &&
-depends %GHOSTSCRIPT  &&
+depends automake
+depends autoconf
+depends expat
+depends fontconfig
+depends freetype2
+depends gettext
+depends glib-2
+depends pkgconfig
+depends %GHOSTSCRIPT
 
-optional_depends "cairo" "" "" "For 2D vector graphics library"	    &&
-optional_depends "jpeg" "" "" "For JPEG image library"	            &&
-optional_depends "libpng" "" "" "For PNG graphics library"          &&
-optional_depends "pango" "" "" "For text layout/rendering library"  &&
-optional_depends "urw-fonts" "" "" "Extra fonts for XOrg X11"	    &&
-optional_depends "zlib" "" "" "For data compression library"	    &&
-optional_depends "tk" "" "" "For building extra tcl/tk tools"       &&
+optional_depends "cairo" "" "" "For 2D vector graphics library"
+optional_depends "jpeg" "" "" "For JPEG image library"
+optional_depends "libpng" "" "" "For PNG graphics library"
+optional_depends "pango" "" "" "For text layout/rendering library"
+optional_depends "urw-fonts" "" "" "Extra fonts for XOrg X11"
+optional_depends "zlib" "" "" "For data compression library"
+optional_depends "tk" "" "" "For building extra tcl/tk tools"
 
 # Adding these for now as current moonbase versions cause it to tank,
 # so for now just say no.
 
-optional_depends "ocaml" "" "--disable-ocaml" "ocaml support"  &&
+optional_depends "ocaml" "" "--disable-ocaml" "ocaml support"
 optional_depends "swig"  "" "--disable-swig"  "swig support"
+optional_depends "lua"   "" "--disable-lua"   "lua support"



More information about the Lunar-commits mailing list