diff options
author | obache <obache@pkgsrc.org> | 2011-03-10 10:24:52 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-03-10 10:24:52 +0000 |
commit | d1bf437f778f227ba99b14796a5a490a9b775b38 (patch) | |
tree | 0a2e29aeaf3f2c6aa6d6ce49cc5943555480496e /editors/emacs22 | |
parent | 3bf6e66b00bc9c4131b976489b43f4dd0396f7a3 (diff) | |
download | pkgsrc-d1bf437f778f227ba99b14796a5a490a9b775b38.tar.gz |
Bump PKGREVISION form default GIF library change from libungif to giflib.
Diffstat (limited to 'editors/emacs22')
-rw-r--r-- | editors/emacs22/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index 213f7c545a7..08d0001fca8 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2011/01/13 13:53:26 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2011/03/10 10:24:52 obache Exp $ PKGNAME?= ${DISTNAME} COMMENT?= GNU editing macros (editor) DISTNAME= emacs-22.3 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} |