diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-30 15:42:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-30 15:42:02 +0000 |
commit | 18a8f586bf41d8cc506a550cc1383c20716aab5c (patch) | |
tree | 44f3d970f381da96652560b62567d73b989821c8 /editors | |
parent | 7788f1c20022fd62c5dbd78ea5732ab77970f387 (diff) | |
download | pkgsrc-18a8f586bf41d8cc506a550cc1383c20716aab5c.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 |