diff options
author | sbd <sbd@pkgsrc.org> | 2011-11-01 06:11:52 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-11-01 06:11:52 +0000 |
commit | ff3e585f0341168bbd4352f82d8f34d09cf30063 (patch) | |
tree | 2a8358bc5fc8875855aa8d4672495c84bd23b7bc /editors/elvis | |
parent | 94b37b4e43cb09388d595b2eab1c405e533f4758 (diff) | |
download | pkgsrc-ff3e585f0341168bbd4352f82d8f34d09cf30063.tar.gz |
Recursive bump for graphics/freetype2 buildlink addition.
Diffstat (limited to 'editors/elvis')
-rw-r--r-- | editors/elvis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/elvis/Makefile b/editors/elvis/Makefile index dc9e68e54c1..a592b703e93 100644 --- a/editors/elvis/Makefile +++ b/editors/elvis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2011/10/03 00:52:07 dholland Exp $ +# $NetBSD: Makefile,v 1.8 2011/11/01 06:11:53 sbd Exp $ # This section contains variables that might be overridden. PKGNAME?= ${PKGNAME_BASE} @@ -7,7 +7,7 @@ COMMENT?= vi clone with regex-search, hex-edit, HTML/LaTeX preview # Normal package Makefile contents follow. DISTNAME= elvis-2.2_0 PKGNAME_BASE= ${DISTNAME:S/_/./} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= editors MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/elvis/ |