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 /misc/lookup | |
parent | 32d06d4d61c59b3adba55628f06ef8e59d78744d (diff) | |
download | pkgsrc-70e5fd6ca14043ea1e9103993decd277e6f10a17.tar.gz |
PKGREVISION bump for elisp packages because of bytecode format changes
in emacs23.
Diffstat (limited to 'misc/lookup')
-rw-r--r-- | misc/lookup/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/lookup/Makefile b/misc/lookup/Makefile index c334286c9d7..59af5f56e9b 100644 --- a/misc/lookup/Makefile +++ b/misc/lookup/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2009/08/05 07:57:17 minskim Exp $ +# $NetBSD: Makefile,v 1.20 2009/08/06 01:44:54 minskim Exp $ # DISTNAME= lookup-1.4.1 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://openlab.jp/edict/lookup/dist/ |