diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-01-13 04:29:20 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-01-13 04:29:20 +0000 |
commit | 47a97ba2a5ec70f9a6c9e5a39b30c19bc56813ef (patch) | |
tree | c1ddb5f9db7b7df1510c1c6c225e6f138710ef69 | |
parent | 6ed9e32208bd25beacf7caa93109978bda2708cf (diff) | |
download | pkgsrc-47a97ba2a5ec70f9a6c9e5a39b30c19bc56813ef.tar.gz |
Back the last out according to Jan's request.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | editors/emacs-packages/Makefile | 11 |
2 files changed, 6 insertions, 8 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 332a7793ac0..6e492852c3a 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4444 2004/01/13 03:15:40 uebayasi Exp $ +$NetBSD: CHANGES,v 1.4445 2004/01/13 04:29:20 uebayasi Exp $ Changes to the packages collection and infrastructure in 2004: @@ -201,4 +201,3 @@ 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 34af7d34fd1..040b60e7549 100644 --- a/editors/emacs-packages/Makefile +++ b/editors/emacs-packages/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2004/01/13 03:15:40 uebayasi Exp $ +# $NetBSD: Makefile,v 1.14 2004/01/13 04:29:21 uebayasi Exp $ -DISTNAME= emacs-packages-0.6 +DISTNAME= emacs-packages-0.5 CATEGORIES= meta-pkgs editors MASTER_SITES= # empty DISTFILES= # empty @@ -34,10 +34,9 @@ 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 -# 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 +.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 |