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 | d872f5f7e559a1a5432bf61990791fd560518ca8 (patch) | |
tree | 6446a3d7ca31c022859dbc129c48bcc41c1d3e6b /chat/riece | |
parent | 3765ac2ae5df6a7fa30ac6a54835c97d04a4a685 (diff) | |
download | pkgsrc-d872f5f7e559a1a5432bf61990791fd560518ca8.tar.gz |
PKGREVISION bump for elisp packages because of bytecode format changes
in emacs23.
Diffstat (limited to 'chat/riece')
-rw-r--r-- | chat/riece/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/riece/Makefile b/chat/riece/Makefile index 56c1c5e2e3c..ffc8c6914ee 100644 --- a/chat/riece/Makefile +++ b/chat/riece/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2009/08/05 06:36:29 minskim Exp $ +# $NetBSD: Makefile,v 1.18 2009/08/06 01:44:46 minskim Exp $ # DISTNAME= riece-5.0.0 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} +PKGREVISION= 1 CATEGORIES= chat japanese MASTER_SITES= http://download.savannah.gnu.org/releases/riece/ |