diff options
author | uebayasi <uebayasi> | 2004-01-13 03:15:40 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2004-01-13 03:15:40 +0000 |
commit | 1bbb6ee893a92ebef9fcb9416386f3a4d4dae64c (patch) | |
tree | b5bc22c96c8c0d093196f05c21692f9b9f40191b /editors | |
parent | 61e8bb6ca70db59c3babc3cc0d9c9d28168b5116 (diff) | |
download | pkgsrc-1bbb6ee893a92ebef9fcb9416386f3a4d4dae64c.tar.gz |
Update to 0.6; exclude JDE temporarily from the list on behalf of bulk-builds.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-packages/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
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 |