summaryrefslogtreecommitdiff
path: root/devel/python-mode
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-11-08 08:59:45 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-11-08 08:59:45 +0000
commite440fbeae067c54afa192117feab0ce5a75685d5 (patch)
treefd58b6b09eea2ae715ebfee59df49770cf95c859 /devel/python-mode
parent541171f8588679ef9e5d4eeeb3459dbd36036dbc (diff)
downloadpkgsrc-e440fbeae067c54afa192117feab0ce5a75685d5.tar.gz
Add emacs-nox11 to the list of suported Emacs versions, this closes
PR pkg/23098. Bump PKGREVISION.
Diffstat (limited to 'devel/python-mode')
-rw-r--r--devel/python-mode/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/python-mode/Makefile b/devel/python-mode/Makefile
index 0dd2a843b06..e54b5ea6bd9 100644
--- a/devel/python-mode/Makefile
+++ b/devel/python-mode/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 21:33:31 grant Exp $
+# $NetBSD: Makefile,v 1.6 2003/11/08 08:59:45 xtraeme Exp $
#
DISTNAME= python-mode-4.6
+PKGREVISION= 1
WRKSRC= ${WRKDIR}
CATEGORIES= devel
MASTER_SITES= http://www.python.org/emacs/python-mode/
@@ -13,7 +14,7 @@ COMMENT= Emacs mode for editing python files
# 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= emacs21 emacs20
+EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20
.include "../../mk/emacs.mk"