[Lunar-commits] r15971 - moonbase/trunk/editors/jed
Terry Chan
tchan at lunar-linux.org
Mon Aug 1 15:52:11 UTC 2005
Author: tchan
Date: 2005-08-01 15:52:11 +0000 (Mon, 01 Aug 2005)
New Revision: 15971
Added:
moonbase/trunk/editors/jed/CONFIGURE
Modified:
moonbase/trunk/editors/jed/BUILD
moonbase/trunk/editors/jed/DEPENDS
Log:
Fixed this module to remove the xserver code.
Modified: moonbase/trunk/editors/jed/BUILD
===================================================================
--- moonbase/trunk/editors/jed/BUILD 2005-08-01 15:49:54 UTC (rev 15970)
+++ moonbase/trunk/editors/jed/BUILD 2005-08-01 15:52:11 UTC (rev 15971)
@@ -6,8 +6,8 @@
--prefix=/usr &&
make &&
make getmail &&
- if module_installed xserver
- then make xjed
+ if [ "$USE_X11" == "y" ]; then
+ make xjed
fi &&
prepare_install &&
make install
Added: moonbase/trunk/editors/jed/CONFIGURE
===================================================================
--- moonbase/trunk/editors/jed/CONFIGURE 2005-08-01 15:49:54 UTC (rev 15970)
+++ moonbase/trunk/editors/jed/CONFIGURE 2005-08-01 15:52:11 UTC (rev 15971)
@@ -0,0 +1 @@
+mquery USE_X11 "Build jed with x11 ?" y
Modified: moonbase/trunk/editors/jed/DEPENDS
===================================================================
--- moonbase/trunk/editors/jed/DEPENDS 2005-08-01 15:49:54 UTC (rev 15970)
+++ moonbase/trunk/editors/jed/DEPENDS 2005-08-01 15:52:11 UTC (rev 15971)
@@ -1 +1,2 @@
-depends slang
+depends slang &&
+optional_depends "%X" "" "" "Build jed with x11 support"
More information about the Lunar-commits
mailing list