summaryrefslogtreecommitdiff
path: root/devel/python-mode
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2011-10-09 02:49:48 +0000
committerkim <kim@pkgsrc.org>2011-10-09 02:49:48 +0000
commit81b3650848d21527d4b11b65fee6cc29d79bad71 (patch)
treeb23b984ffd0a0c51b30c2caef7c92e305098b6d9 /devel/python-mode
parent94cc45defcfb355a6a29e5dbdaff1659ab83bbd0 (diff)
downloadpkgsrc-81b3650848d21527d4b11b65fee6cc29d79bad71.tar.gz
This can be built with emacs23nox too.
Diffstat (limited to 'devel/python-mode')
-rw-r--r--devel/python-mode/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/python-mode/Makefile b/devel/python-mode/Makefile
index 46627e3c01d..6dc8a365618 100644
--- a/devel/python-mode/Makefile
+++ b/devel/python-mode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2009/08/06 01:44:50 minskim Exp $
+# $NetBSD: Makefile,v 1.24 2011/10/09 02:49:48 kim Exp $
#
DISTNAME= python-mode-1.0
@@ -19,7 +19,10 @@ ELISP_FILES= python-mode.el
# Note that XEmacs >=21.4.4 includes a python-mode in the prog-modes
# package. Also, python-mode does not appear to work as is with XEmacs 21.1
-EMACS_VERSIONS_ACCEPTED= emacs23 emacs22 emacs22nox emacs21 emacs21nox emacs20
+EMACS_VERSIONS_ACCEPTED= emacs23 emacs23nox \
+ emacs22 emacs22nox \
+ emacs21 emacs21nox \
+ emacs20
.include "../../editors/emacs/modules.mk"