diff --git a/editor/emacs/emacs-mmm-mode/actions.py b/editor/emacs/emacs-mmm-mode/actions.py
index 1507e85454..dd932a40ca 100644
--- a/editor/emacs/emacs-mmm-mode/actions.py
+++ b/editor/emacs/emacs-mmm-mode/actions.py
@@ -13,6 +13,8 @@ WorkDir = "mmm-mode-%s" % get.srcVERSION()
def setup():
autotools.configure("--with-emacs \
--with-lispdir=/usr/share/emacs/site-lisp/mmm-mode")
+def build():
+ autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
diff --git a/editor/emacs/emacs-mmm-mode/pspec.xml b/editor/emacs/emacs-mmm-mode/pspec.xml
index 522d759f3c..fa41bbb2de 100644
--- a/editor/emacs/emacs-mmm-mode/pspec.xml
+++ b/editor/emacs/emacs-mmm-mode/pspec.xml
@@ -15,6 +15,7 @@
mirrors://sourceforge/mmm-mode/mmm-mode-0.5.4.tar.gz
emacs
+ gtk2-devel