summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdisplay/qingy/DEPENDS2
-rw-r--r--display/qingy/HISTORY3
-rwxr-xr-xdisplay/qingy/PRE_BUILD2
3 files changed, 5 insertions, 2 deletions
diff --git a/display/qingy/DEPENDS b/display/qingy/DEPENDS
index 17ff32615f..1ba710191c 100755
--- a/display/qingy/DEPENDS
+++ b/display/qingy/DEPENDS
@@ -38,7 +38,7 @@ optional_depends linux-pam \
'--disable-pam' \
'for PAM support' &&
-optional_depends emacs \
+optional_depends EMACS \
'--enable-emacs' \
'--disable-emacs' \
'to compile emacs major mode'
diff --git a/display/qingy/HISTORY b/display/qingy/HISTORY
index 1d0e3cc04e..b9739db2b8 100644
--- a/display/qingy/HISTORY
+++ b/display/qingy/HISTORY
@@ -1,3 +1,6 @@
+2010-09-27 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: fix dependency on emacsen
+
2009-11-03 Arjan Bouter <abouter@sourcemage.org>
* DETAILS: version 0.9.9, switched to sha512sum
diff --git a/display/qingy/PRE_BUILD b/display/qingy/PRE_BUILD
index 36e4e7d4b6..3285579498 100755
--- a/display/qingy/PRE_BUILD
+++ b/display/qingy/PRE_BUILD
@@ -3,7 +3,7 @@ cd ${SOURCE_DIRECTORY} &&
patch -p1 < $SCRIPT_DIRECTORY/shutdown.patch &&
-if ! is_depends_enabled $SPELL emacs; then
+if ! is_depends_enabled $SPELL EMACS; then
rm media/sessions/emacs &&
sedit "s/emacs//" media/sessions/Makefile.am &&
sedit "s/emacs//" media/sessions/Makefile.in