diff options
author | wiz <wiz> | 2008-11-10 17:21:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-11-10 17:21:33 +0000 |
commit | bfb6ba990098ef0c3de2719b460d65c680f83388 (patch) | |
tree | acd08afb8bfbd87219ea006085bd5a4ba4ba5388 /editors/emacs/Makefile | |
parent | 26d409778ef78f8bfa0bd0ecc76f717d569b084b (diff) | |
download | pkgsrc-bfb6ba990098ef0c3de2719b460d65c680f83388.tar.gz |
Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r-- | editors/emacs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index a9932f0310c..2ba09d62068 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.117 2008/10/14 06:25:37 uebayasi Exp $ +# $NetBSD: Makefile,v 1.118 2008/11/10 17:21:34 wiz Exp $ PKGNAME?= ${DISTNAME} COMMENT?= GNU editing macros (editor) DISTNAME= emacs-22.3 +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} |