diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-05-08 13:35:20 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-05-08 13:35:20 +0000 |
commit | 97dbaacc1213c2c163015348a56c243ffcc2056f (patch) | |
tree | 05adced5fb8cf690183ca1ea96adfd4df5d55ec0 /mail/wl | |
parent | daea73cf5b839f0f65462f55e330cc6ae84be57f (diff) | |
download | pkgsrc-97dbaacc1213c2c163015348a56c243ffcc2056f.tar.gz |
Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate.
Diffstat (limited to 'mail/wl')
-rw-r--r-- | mail/wl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/wl/Makefile b/mail/wl/Makefile index 87c6cfb6514..d53b15b08eb 100644 --- a/mail/wl/Makefile +++ b/mail/wl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/01/27 00:53:11 heinz Exp $ +# $NetBSD: Makefile,v 1.18 2004/05/08 13:35:20 uebayasi Exp $ DISTNAME= wl-2.10.0 CATEGORIES= mail @@ -10,7 +10,7 @@ COMMENT= Mail/news management system with IMAP4rev1 support for Emacs DEPENDS+= semi>=1.13.7:../../devel/semi # XXX please someone adjust paths and PLIST for XEmacs... -EMACS_VERSIONS_ACCEPTED= emacs21 emacs20 +EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 MAKE_FLAGS+= LISPDIR=${EMACS_LISPPREFIX} MAKE_FLAGS+= PIXMAPDIR=${PREFIX}/share/wl |