From 1add4439a2b0d73f1450a087af6fa6e788804bae Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Mon, 27 Sep 2010 12:13:35 -0300 Subject: qingy: fix dependency on emacsen --- display/qingy/DEPENDS | 2 +- display/qingy/HISTORY | 3 +++ display/qingy/PRE_BUILD | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'display/qingy') 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 + * DEPENDS: fix dependency on emacsen + 2009-11-03 Arjan Bouter * 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 -- cgit v1.2.3