diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-17 17:11:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-17 17:11:19 +0000 |
commit | feac269ad0c68877eeb61245c485df4b7a0b138f (patch) | |
tree | 3ae4ddf5adf7451180f0fdca8c1c362d238e6ca9 /editors/dhex/Makefile | |
parent | 2d0142ea7b09c31c401b1629af505f03e9e20855 (diff) | |
download | pkgsrc-feac269ad0c68877eeb61245c485df4b7a0b138f.tar.gz |
Bump PKGREVISION for ncurses shlib bump.
Diffstat (limited to 'editors/dhex/Makefile')
-rw-r--r-- | editors/dhex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/dhex/Makefile b/editors/dhex/Makefile index 44013588de4..9a5b46a6e8b 100644 --- a/editors/dhex/Makefile +++ b/editors/dhex/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2013/01/23 22:00:06 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2015/08/17 17:11:21 wiz Exp $ DISTNAME= dhex_0.68 PKGNAME= ${DISTNAME:S/_/-/} +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= http://dettus.net/dhex/ |