[Lunar-commits] r18205 - moonbase/trunk/devel/db
Dennis Veatch
stumbles at lunar-linux.org
Fri Jan 20 14:17:44 UTC 2006
Author: stumbles
Date: 2006-01-20 14:17:41 +0000 (Fri, 20 Jan 2006)
New Revision: 18205
Modified:
moonbase/trunk/devel/db/DEPENDS
Log:
Just adding an optional depends for java.
Modified: moonbase/trunk/devel/db/DEPENDS
===================================================================
--- moonbase/trunk/devel/db/DEPENDS 2006-01-20 05:10:59 UTC (rev 18204)
+++ moonbase/trunk/devel/db/DEPENDS 2006-01-20 14:17:41 UTC (rev 18205)
@@ -1,5 +1,10 @@
optional_depends "tcl" \
"--with-tcl=/usr/lib" \
"" \
- "to build the tcl api"
+ "to build the tcl api" &&
+optional_depends "j2sdk" \
+ "" \
+ "" \
+ "for java support"
+
More information about the Lunar-commits
mailing list