diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2007-10-29 04:40:11 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2007-10-29 04:40:11 +0000 |
commit | 9fcd0707398aa3dec5dd30af72d448dd17ad32a8 (patch) | |
tree | 477bd404a910c6468db2dbeb2d84586cfa386d49 | |
parent | 422bc0f937587562e6d288a29b79897c03b24d0e (diff) | |
download | pkgsrc-9fcd0707398aa3dec5dd30af72d448dd17ad32a8.tar.gz |
Sort EMACS_VERSIONS_ACCEPTED.
-rw-r--r-- | devel/python-mode/Makefile | 4 | ||||
-rw-r--r-- | editors/tamago/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/python-mode/Makefile b/devel/python-mode/Makefile index 0c34da32109..97a6ad6c0e1 100644 --- a/devel/python-mode/Makefile +++ b/devel/python-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/02/22 19:01:18 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2007/10/29 04:40:11 uebayasi Exp $ # DISTNAME= python-mode-4.54 @@ -14,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 emacs21nox emacs20 +EMACS_VERSIONS_ACCEPTED= emacs22 emacs22nox emacs21 emacs21nox emacs20 WRKSRC= ${WRKDIR} DIST_SUBDIR= python-mode-20041204 diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index 2a560417d94..ac72b565a51 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/08/18 14:30:52 taca Exp $ +# $NetBSD: Makefile,v 1.15 2007/10/29 04:41:46 uebayasi Exp $ DISTNAME= tamago-4.0.6 PKGNAME= ${EMACS_PKGNAME_PREFIX}tamago-20020909 @@ -12,7 +12,7 @@ COMMENT= CJK characters inputting system for emacs + leim GNU_CONFIGURE= yes # XXX please someone adjust paths and PLIST for XEmacs... -EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 emacs22 +EMACS_VERSIONS_ACCEPTED= emacs22 emacs22nox emacs21 emacs21nox emacs20 EMACS_MODULES+= leim .include "../../mk/emacs.mk" |