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 /devel/apel/Makefile | |
parent | daea73cf5b839f0f65462f55e330cc6ae84be57f (diff) | |
download | pkgsrc-97dbaacc1213c2c163015348a56c243ffcc2056f.tar.gz |
Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate.
Diffstat (limited to 'devel/apel/Makefile')
-rw-r--r-- | devel/apel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/apel/Makefile b/devel/apel/Makefile index 656c7e71dab..3a0f7e31d64 100644 --- a/devel/apel/Makefile +++ b/devel/apel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/03/25 03:16:25 uebayasi Exp $ +# $NetBSD: Makefile,v 1.10 2004/05/08 13:35:20 uebayasi Exp $ DISTNAME= apel-10.6 CATEGORIES= devel @@ -17,7 +17,7 @@ MAKE_FLAGS+= EMACS=${EMACS_FLAVOR} MAKE_FLAGS+= LISPDIR=${EMACS_LISPPREFIX} MAKE_FLAGS+= VERSION_SPECIFIC_LISPDIR=${EMACS_LISPPREFIX} -EMACS_VERSIONS_ACCEPTED= emacs21 emacs20 xemacs214 xemacs215 +EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 xemacs214 xemacs215 .include "../../mk/emacs.mk" |