[Lunar-commits] r22284 - moonbase/trunk/xfce4/goodies/xfce4-genmon-plugin
Moritz Heiber
moe at lunar-linux.org
Sat Nov 25 11:35:08 CET 2006
Author: moe
Date: 2006-11-25 11:35:08 +0100 (Sat, 25 Nov 2006)
New Revision: 22284
Modified:
moonbase/trunk/xfce4/goodies/xfce4-genmon-plugin/BUILD
moonbase/trunk/xfce4/goodies/xfce4-genmon-plugin/DEPENDS
Log:
Fixing this one as well
Modified: moonbase/trunk/xfce4/goodies/xfce4-genmon-plugin/BUILD
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-genmon-plugin/BUILD 2006-11-25 10:16:46 UTC (rev 22283)
+++ moonbase/trunk/xfce4/goodies/xfce4-genmon-plugin/BUILD 2006-11-25 10:35:08 UTC (rev 22284)
@@ -2,7 +2,7 @@
# make sure proper PKG_CONFIG_PATH is set
export PKG_CONFIG_PATH="${XFCE4_PREFIX:-/opt/lunar/xfce4}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
- ./configure --build=$BUILD \
+ ./autogen.sh --build=$BUILD \
--prefix=${XFCE4_PREFIX:-/opt/lunar/xfce4} \
$OPTS &&
Modified: moonbase/trunk/xfce4/goodies/xfce4-genmon-plugin/DEPENDS
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-genmon-plugin/DEPENDS 2006-11-25 10:16:46 UTC (rev 22283)
+++ moonbase/trunk/xfce4/goodies/xfce4-genmon-plugin/DEPENDS 2006-11-25 10:35:08 UTC (rev 22284)
@@ -1 +1,2 @@
+depends xfce4-dev-tools &&
depends xfce4-panel
More information about the Lunar-commits
mailing list