[Lunar-commits] r20742 - moonbase/trunk/graphics/scribus
Terry Chan
tchan at lunar-linux.org
Tue Jul 18 04:14:12 UTC 2006
Author: tchan
Date: 2006-07-18 04:14:11 +0000 (Tue, 18 Jul 2006)
New Revision: 20742
Modified:
moonbase/trunk/graphics/scribus/BUILD
Log:
Fixed a typo in the module name "bost". Should be "boost".
Modified: moonbase/trunk/graphics/scribus/BUILD
===================================================================
--- moonbase/trunk/graphics/scribus/BUILD 2006-07-18 01:04:06 UTC (rev 20741)
+++ moonbase/trunk/graphics/scribus/BUILD 2006-07-18 04:14:11 UTC (rev 20742)
@@ -9,7 +9,7 @@
HAS_SCRIPTING_SUPPORT=false
if module_installed boost; then
- if in_depends bost Python; then
+ if in_depends boost Python; then
HAS_SCRIPTING_SUPPORT=true
fi
fi
More information about the Lunar-commits
mailing list