summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorroy <roy>2017-01-04 11:18:44 +0000
committerroy <roy>2017-01-04 11:18:44 +0000
commitc4d5beb9b9d646d3d2bc343cb2f2e360fede87ef (patch)
tree349708c4891ea25e1c6823be7ccda4c30b5a783e /editors
parentad43dca0a239af5395db6bf686b2aee3e9f99ccf (diff)
downloadpkgsrc-c4d5beb9b9d646d3d2bc343cb2f2e360fede87ef.tar.gz
Use the curses framework.
Diffstat (limited to 'editors')
-rw-r--r--editors/mg/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/mg/Makefile b/editors/mg/Makefile
index 2ffee150bf4..9632ed348f5 100644
--- a/editors/mg/Makefile
+++ b/editors/mg/Makefile
@@ -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 @@ HOMEPAGE= http://homepage.boetes.org/software/mg/
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/local|${PREFIX}/|g"
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"