diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-03-16 15:18:29 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-03-16 15:18:29 +0000 |
commit | 275f5ab6486bd721f4557dc90be9feab55a2eb54 (patch) | |
tree | fb6120948f4a1e319eb945e26ffa6b138f469edb /mail/mew3 | |
parent | 3610b807af04a9f51ef23074bb4ac437095c6086 (diff) | |
download | pkgsrc-275f5ab6486bd721f4557dc90be9feab55a2eb54.tar.gz |
Replace mew-xemacs by enabling XEmacs (xemacs214, xemacs215) support
in mew3.
Diffstat (limited to 'mail/mew3')
-rw-r--r-- | mail/mew3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mew3/Makefile b/mail/mew3/Makefile index 596d8cd7e60..af1ae67f358 100644 --- a/mail/mew3/Makefile +++ b/mail/mew3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/03/13 16:49:54 uebayasi Exp $ +# $NetBSD: Makefile,v 1.10 2004/03/16 15:18:29 uebayasi Exp $ DISTNAME= mew-3.3 CATEGORIES= mail @@ -14,7 +14,7 @@ INFO_FILES= mew.info USE_BUILDLINK3= yes -EMACS_VERSIONS_ACCEPTED= emacs21 emacs20 +EMACS_VERSIONS_ACCEPTED= emacs21 emacs20 xemacs214 xemacs215 MEW_CONTRIB_DIR=${EMACS_LISPPREFIX}/mew/contrib |