From 6260e6e9a82f2e8c02e87099c5c959a8e7ee55ac Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sat, 8 Nov 2003 08:59:45 +0000 Subject: Add emacs-nox11 to the list of suported Emacs versions, this closes PR pkg/23098. Bump PKGREVISION. --- devel/python-mode/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'devel/python-mode') 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" -- cgit v1.2.3