diff options
author | wiz <wiz> | 2004-11-30 15:42:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-11-30 15:42:02 +0000 |
commit | 4c83f3300a16461cd0dc39e9fd7605a56f030719 (patch) | |
tree | 44f3d970f381da96652560b62567d73b989821c8 /editors | |
parent | 567a858523f5633812dd96b89e2428ec876d5342 (diff) | |
download | pkgsrc-4c83f3300a16461cd0dc39e9fd7605a56f030719.tar.gz |
Depend on riece instead of liece. Bump version to 0.6.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-packages/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/emacs-packages/Makefile b/editors/emacs-packages/Makefile index 881a8364688..a858cb3db65 100644 --- a/editors/emacs-packages/Makefile +++ b/editors/emacs-packages/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2004/05/08 13:35:20 uebayasi Exp $ +# $NetBSD: Makefile,v 1.16 2004/11/30 15:42:02 wiz Exp $ -DISTNAME= emacs-packages-0.5 +DISTNAME= emacs-packages-0.6 CATEGORIES= meta-pkgs editors MASTER_SITES= # empty DISTFILES= # empty @@ -37,7 +37,7 @@ 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 -DEPENDS+= liece-[0-9]*:../../chat/liece +DEPENDS+= riece-[0-9]*:../../chat/riece #DEPENDS+= lookup-[0-9]*:../../misc/lookup DEPENDS+= mailcrypt-[0-9]*:../../mail/mailcrypt DEPENDS+= matlab-mode-*:../../editors/matlab-mode |