pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/heme



Module Name:    pkgsrc
Committed By:   roy
Date:           Tue Jan  3 17:47:56 UTC 2017

Modified Files:
        pkgsrc/editors/heme: Makefile

Log Message:
Move to the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/editors/heme/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/heme/Makefile
diff -u pkgsrc/editors/heme/Makefile:1.12 pkgsrc/editors/heme/Makefile:1.13
--- pkgsrc/editors/heme/Makefile:1.12   Tue Aug 18 07:31:06 2015
+++ pkgsrc/editors/heme/Makefile        Tue Jan  3 17:47:56 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2015/08/18 07:31:06 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2017/01/03 17:47:56 roy Exp $
 #
 
 DISTNAME=              heme-0.4.2
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            editors
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=heme/}
 
@@ -12,12 +12,14 @@ COMMENT=            Fast and portable console hex 
 LICENSE=               gnu-gpl-v2
 
 BUILD_TARGET=          heme
-USE_NCURSES=           chgat
 USE_TOOLS+=            gmake
 
+USE_CURSES=            chgat
+FAKE_NCURSES=          yes
+
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/heme ${DESTDIR}${PREFIX}/bin



Home | Main Index | Thread Index | Old Index