diff options
author | minskim <minskim> | 2009-08-06 01:44:45 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-08-06 01:44:45 +0000 |
commit | 0d7542ec8bffe2ba9c62e326dd0c786d430b1720 (patch) | |
tree | 6446a3d7ca31c022859dbc129c48bcc41c1d3e6b /textproc/flyspell | |
parent | 68d8c81a6d4312ca3ad8c2ac17951285d4762435 (diff) | |
download | pkgsrc-0d7542ec8bffe2ba9c62e326dd0c786d430b1720.tar.gz |
PKGREVISION bump for elisp packages because of bytecode format changes
in emacs23.
Diffstat (limited to 'textproc/flyspell')
-rw-r--r-- | textproc/flyspell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/flyspell/Makefile b/textproc/flyspell/Makefile index 5395fd062a4..c8e835df6bc 100644 --- a/textproc/flyspell/Makefile +++ b/textproc/flyspell/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2008/10/11 09:31:58 uebayasi Exp $ +# $NetBSD: Makefile,v 1.19 2009/08/06 01:44:56 minskim Exp $ # DISTNAME= flyspell-1.7m.el PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/.el//} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www-sop.inria.fr/mimosa/personnel/Manuel.Serrano/flyspell/ EXTRACT_SUFX= # empty |