diff options
author | uebayasi <uebayasi> | 2003-03-16 05:45:28 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2003-03-16 05:45:28 +0000 |
commit | c80ae1b56bb457fee5593f890bcb932aae6ec3c4 (patch) | |
tree | ed56abdb298626cf8d4f23098895c92b2d7b610d /editors | |
parent | f878f15cf63fd217a701d89c03ed42b497fe8fe8 (diff) | |
download | pkgsrc-c80ae1b56bb457fee5593f890bcb932aae6ec3c4.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 |