summaryrefslogtreecommitdiff
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
commitde2779e1d03a3b3650d4022eca81fd932c8837ba (patch)
treefd58b6b09eea2ae715ebfee59df49770cf95c859
parent2336b9f21074edd3005e6c51a958063ca02fc823 (diff)
downloadpkgsrc-de2779e1d03a3b3650d4022eca81fd932c8837ba.tar.gz
Add emacs-nox11 to the list of suported Emacs versions, this closes
PR pkg/23098. Bump PKGREVISION.
-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"