pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/mg Use the curses framework.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81f3ae60042e
branches:  trunk
changeset: 356725:81f3ae60042e
user:      roy <roy%pkgsrc.org@localhost>
date:      Wed Jan 04 11:18:44 2017 +0000

description:
Use the curses framework.

diffstat:

 editors/mg/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 738946de7c58 -r 81f3ae60042e editors/mg/Makefile
--- a/editors/mg/Makefile       Wed Jan 04 11:17:56 2017 +0000
+++ b/editors/mg/Makefile       Wed Jan 04 11:18:44 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2015/08/18 07:31:06 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/01/04 11:18:44 roy Exp $
 #
 
 DISTNAME=      mg-20110905
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    editors
 MASTER_SITES=  http://homepage.boetes.org/software/mg/
 
@@ -11,7 +11,7 @@
 COMMENT=       Small, fast, public domain EMACS style editor
 
 HAS_CONFIGURE= yes
-USE_NCURSES=   yes # Uses NCURSES internals
+FAKE_NCURSES=  yes
 USE_TOOLS+=    install
 MAKE_ENV+=     prefix=${PREFIX}
 
@@ -29,5 +29,5 @@
 SUBST_SED.path+=       -e "s|/usr/share/doc|${PREFIX}/share/doc|g"
 SUBST_SED.path+=       -e "s|/usr/bin/install|${INSTALL}|g"
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index