diff options
author | dholland <dholland@pkgsrc.org> | 2010-06-14 09:51:42 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2010-06-14 09:51:42 +0000 |
commit | 779095fa638defd731faab9ff2e4d449cc80e3c1 (patch) | |
tree | 44ffe4807c331bec7c0c88e27c6ebe84076b49d3 /editors | |
parent | 477a3d59026785d6a6e388f43970ac2391ed9ff0 (diff) | |
download | pkgsrc-779095fa638defd731faab9ff2e4d449cc80e3c1.tar.gz |
Needs revbump for png update.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs22/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 6bc2f5d386f..64815a26c90 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.129 2010/06/01 21:44:54 minskim Exp $ +# $NetBSD: Makefile,v 1.130 2010/06/14 09:51:42 dholland Exp $ -#PKGREVISION= +PKGREVISION=1 CONFLICTS+= emacs-nox11-[0-9]* diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index af6a3bbc443..ff7baa6fea4 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2010/02/19 19:46:45 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2010/06/14 09:54:42 dholland Exp $ PKGNAME?= ${DISTNAME} COMMENT?= GNU editing macros (editor) DISTNAME= emacs-22.3 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} |