diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-03-16 05:45:28 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-03-16 05:45:28 +0000 |
commit | 17eea132178baac9821e1553aeada26c541fa96e (patch) | |
tree | ed56abdb298626cf8d4f23098895c92b2d7b610d /editors | |
parent | 4e5cd249374de38e4e757736f850842d91a81d70 (diff) | |
download | pkgsrc-17eea132178baac9821e1553aeada26c541fa96e.tar.gz |
Update the version to 0.2 for the previous matlab-mode addition.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-packages/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/editors/emacs-packages/Makefile b/editors/emacs-packages/Makefile index f1d90bcb8e0..b67af25b8a2 100644 --- a/editors/emacs-packages/Makefile +++ b/editors/emacs-packages/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2003/03/15 21:48:55 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.6 2003/03/16 05:45:29 uebayasi Exp $ -DISTNAME= emacs-packages-0.1 +DISTNAME= emacs-packages-0.2 CATEGORIES= meta-pkgs editors MASTER_SITES= # empty DISTFILES= # empty @@ -11,6 +11,9 @@ COMMENT= meta-package for the GNU Emacs lisp packages .include "../../mk/emacs.mk" +# XXX +# Please update the version of this package (emacs-package) when you # +# add a new emacs lisp package below! # DEPENDS+= apel-[0-9]*:../../devel/apel DEPENDS+= artist-[0-9]*:../../graphics/artist DEPENDS+= auctex-[0-9]*:../../print/auctex |