diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | editors/emacs-packages/Makefile | 11 |
2 files changed, 8 insertions, 6 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index ac84b974fe8..332a7793ac0 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4443 2004/01/13 02:44:21 grant Exp $ +$NetBSD: CHANGES,v 1.4444 2004/01/13 03:15:40 uebayasi Exp $ Changes to the packages collection and infrastructure in 2004: @@ -201,3 +201,4 @@ Changes to the packages collection and infrastructure in 2004: Updated awstats to 5.9 [xtraeme 2004-01-12] Updated perl5 to 5.6.1nb10 [jlam 2004-01-12] Updated p5-MIME-Base64 to 2.23 [grant 2004-01-13] + Updated emacs-packages to 0.6 [uebayasi 2004-01-13] diff --git a/editors/emacs-packages/Makefile b/editors/emacs-packages/Makefile index 25ce0c00b69..34af7d34fd1 100644 --- a/editors/emacs-packages/Makefile +++ b/editors/emacs-packages/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2003/09/04 13:50:59 minoura Exp $ +# $NetBSD: Makefile,v 1.13 2004/01/13 03:15:40 uebayasi Exp $ -DISTNAME= emacs-packages-0.5 +DISTNAME= emacs-packages-0.6 CATEGORIES= meta-pkgs editors MASTER_SITES= # empty DISTFILES= # empty @@ -34,9 +34,10 @@ 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 +# XXX Exclude this temporarily while JDE is broken. ---uebayasi +#.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+= mailcrypt-[0-9]*:../../mail/mailcrypt |