diff options
Diffstat (limited to 'editors/hexedit/Makefile')
-rw-r--r-- | editors/hexedit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile index 2016ab0567e..825525c2f74 100644 --- a/editors/hexedit/Makefile +++ b/editors/hexedit/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2013/06/09 05:40:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.32 2013/10/16 21:59:30 roy Exp $ DISTNAME= hexedit-1.2.13 +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= http://rigaux.org/ EXTRACT_SUFX= .src.tgz @@ -14,5 +15,5 @@ GNU_CONFIGURE= yes INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 -.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |