diff options
author | uebayasi <uebayasi> | 2007-02-20 12:41:53 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2007-02-20 12:41:53 +0000 |
commit | 37a5c0588c28bde52ed7c090be27f60869eabc6e (patch) | |
tree | 45c8e3dbfd6aeac9a32426ba0ae2eec4d1ce14e3 /mail | |
parent | 8820e808bacee60b963b6e0d84075278a248f669 (diff) | |
download | pkgsrc-37a5c0588c28bde52ed7c090be27f60869eabc6e.tar.gz |
Teach emacs22{,nox11}.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mew/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile index 48192ff7729..64eca5e46f5 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2007/01/19 15:10:50 taca Exp $ +# $NetBSD: Makefile,v 1.73 2007/02/20 12:41:53 uebayasi Exp $ DISTNAME= mew-5.2 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -15,7 +15,7 @@ INFO_FILES= yes HAS_CONFIGURE= yes -EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 xemacs214 xemacs215 +EMACS_VERSIONS_ACCEPTED= emacs22 emacs22nox emacs21 emacs21nox emacs20 xemacs214 xemacs215 EMACS_MODULES+= base MEW_CONTRIB_DIR=${EMACS_LISPPREFIX}/mew/contrib |