[Lunar-commits] CVS: moonbase/graphics/graphviz DEPENDS,1.4,1.5

Terry Chan tchan at lunar-linux.org
Wed Apr 21 15:28:18 GMT 2004


Update of /var/cvs/lunar/moonbase/graphics/graphviz
In directory dbguin.lunar-linux.org:/tmp/cvs-serv16058

Modified Files:
	DEPENDS 
Log Message:
Added tk as an optional_depends.  graphviz clearly builds on a lunar box
with NO tcl AND NO tk.  It will autodetect if tcl AND tk are installed and
then build more tools.  If just tcl is installed it will blow-up in compile.
Bug reported to graphviz devs by sofar.  Also blows-up when no X but tcl
is installed.


Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/graphviz/DEPENDS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DEPENDS	21 Apr 2004 05:31:05 -0000	1.4
+++ DEPENDS	21 Apr 2004 15:28:15 -0000	1.5
@@ -1,3 +1,4 @@
 depends automake  &&
 depends autoconf  &&
-depends freetype2 
+depends freetype2 &&
+optional_depends "tk" "" "" "For building extra tcl/tk tools"



More information about the Lunar-commits mailing list