diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-03-04 09:19:46 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-03-04 09:19:46 +0000 |
commit | eaad5a2fc78993a9d0a002e7bf3e3e7978732189 (patch) | |
tree | c766f752f137accc6d748870556a53e9d032ba32 /editors/emacs-packages | |
parent | 9d40969f8ccfc8018bc11434db83f7c6842fa213 (diff) | |
download | pkgsrc-eaad5a2fc78993a9d0a002e7bf3e3e7978732189.tar.gz |
Emacs-packages version 0.1.
* Add flyspell.
* Add ispell-emacs.
* Add JDE, which was accidentaly commented out in the previous version. JDE
is enabled only for Emacs 21.
Diffstat (limited to 'editors/emacs-packages')
-rw-r--r-- | editors/emacs-packages/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/editors/emacs-packages/Makefile b/editors/emacs-packages/Makefile index 22ac7ddb970..a4cb8aae673 100644 --- a/editors/emacs-packages/Makefile +++ b/editors/emacs-packages/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/03/01 09:21:50 uebayasi Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/04 09:19:46 uebayasi Exp $ -DISTNAME= emacs-packages-0.0 +DISTNAME= emacs-packages-0.1 CATEGORIES= meta-pkgs editors MASTER_SITES= # empty DISTFILES= # empty @@ -25,11 +25,13 @@ DEPENDS+= emacs-ilisp-[0-9]*:../../devel/emacs-ilisp DEPENDS+= emacs-w3m-[0-9]*:../../www/emacs-w3m DEPENDS+= etach-[0-9]*:../../mail/etach DEPENDS+= flim-[0-9]*:../../devel/flim +DEPENDS+= flyspell-[0-9]*:../../textproc/flyspell DEPENDS+= haskell-mode-[0-9]*:../../devel/haskell-mode DEPENDS+= iiimecf-[0-9]*:../../inputmethod/iiimecf DEPENDS+= irchat-pj-[0-9]*:../../chat/irchat-pj +DEPENDS+= ispell_el-[0-9]*:../../textproc/ispell_el .if defined(_EMACS_VERSION_EMACS_MAJOR) && ${_EMACS_VERSION_EMACS_MAJOR} == "21" -#DEPENDS+= jde-[0-9]*:../../editors/jde +DEPENDS+= jde-[0-9]*:../../editors/jde .endif DEPENDS+= liece-[0-9]*:../../chat/liece DEPENDS+= lookup-[0-9]*:../../misc/lookup |