diff options
author | minskim <minskim@pkgsrc.org> | 2009-08-06 01:44:45 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-08-06 01:44:45 +0000 |
commit | 70e5fd6ca14043ea1e9103993decd277e6f10a17 (patch) | |
tree | 6446a3d7ca31c022859dbc129c48bcc41c1d3e6b /textproc/emacs-dict-client/Makefile | |
parent | 32d06d4d61c59b3adba55628f06ef8e59d78744d (diff) | |
download | pkgsrc-70e5fd6ca14043ea1e9103993decd277e6f10a17.tar.gz |
PKGREVISION bump for elisp packages because of bytecode format changes
in emacs23.
Diffstat (limited to 'textproc/emacs-dict-client/Makefile')
-rw-r--r-- | textproc/emacs-dict-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/emacs-dict-client/Makefile b/textproc/emacs-dict-client/Makefile index 1265f4c2c67..c5a257f0ff8 100644 --- a/textproc/emacs-dict-client/Makefile +++ b/textproc/emacs-dict-client/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2008/10/11 09:31:58 uebayasi Exp $ +# $NetBSD: Makefile,v 1.11 2009/08/06 01:44:55 minskim Exp $ DISTNAME= dictionary-1.8.2 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/dictionary/emacs-dict-client/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${HOMEPAGE} |