summaryrefslogtreecommitdiffstats
path: root/display
diff options
context:
space:
mode:
authorIsmael Luceno2010-09-27 12:13:35 -0300
committerIsmael Luceno2010-11-02 08:17:37 -0200
commit1add4439a2b0d73f1450a087af6fa6e788804bae (patch)
treefb9bd9de5df731daf808403d09b56bbdccd30bcc /display
parent9766cee45f21fa020a174a698c38efdba3bc43d3 (diff)
qingy: fix dependency on emacsen
Diffstat (limited to 'display')
-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