diff options
author | uebayasi <uebayasi> | 2004-01-13 04:29:20 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2004-01-13 04:29:20 +0000 |
commit | 376c5e2ca31879a0354bf118692ccee75b500cbf (patch) | |
tree | c1ddb5f9db7b7df1510c1c6c225e6f138710ef69 /editors | |
parent | 1bbb6ee893a92ebef9fcb9416386f3a4d4dae64c (diff) | |
download | pkgsrc-376c5e2ca31879a0354bf118692ccee75b500cbf.tar.gz |
Back the last out according to Jan's request.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-packages/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
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 |