diff options
author | uebayasi <uebayasi> | 2004-05-08 13:35:20 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2004-05-08 13:35:20 +0000 |
commit | f7de14c9100afd7814f2a3d35f053fe8edd880a7 (patch) | |
tree | 05adced5fb8cf690183ca1ea96adfd4df5d55ec0 /editors/emacs-packages | |
parent | 49460cbeda48c61e3c0815dd2ea8893ade374b49 (diff) | |
download | pkgsrc-f7de14c9100afd7814f2a3d35f053fe8edd880a7.tar.gz |
Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate.
Diffstat (limited to 'editors/emacs-packages')
-rw-r--r-- | editors/emacs-packages/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/emacs-packages/Makefile b/editors/emacs-packages/Makefile index 040b60e7549..881a8364688 100644 --- a/editors/emacs-packages/Makefile +++ b/editors/emacs-packages/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/13 04:29:21 uebayasi Exp $ +# $NetBSD: Makefile,v 1.15 2004/05/08 13:35:20 uebayasi Exp $ DISTNAME= emacs-packages-0.5 CATEGORIES= meta-pkgs editors @@ -34,11 +34,11 @@ DEPENDS+= haskell-mode-[0-9]*:../../devel/haskell-mode DEPENDS+= iiimecf-[0-9]*:../../inputmethod/iiimecf DEPENDS+= irchat-pj-[0-9]*:../../chat/irchat-pj DEPENDS+= ispell-emacs-[0-9]*:../../textproc/ispell-emacs -.if defined(_EMACS_VERSION_EMACS_MAJOR) && ${_EMACS_VERSION_EMACS_MAJOR} == "21" -DEPENDS+= jde-[0-9]*:../../editors/jde -.endif +#.if defined(_EMACS_VERSION_EMACS_MAJOR) && ${_EMACS_VERSION_EMACS_MAJOR} == "21" +#DEPENDS+= jde-[0-9]*:../../editors/jde +#.endif DEPENDS+= liece-[0-9]*:../../chat/liece -DEPENDS+= lookup-[0-9]*:../../misc/lookup +#DEPENDS+= lookup-[0-9]*:../../misc/lookup DEPENDS+= mailcrypt-[0-9]*:../../mail/mailcrypt DEPENDS+= matlab-mode-*:../../editors/matlab-mode #DEPENDS+= mew-[0-9]*:../../mail/mew |