summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorroy <roy>2017-01-04 11:48:24 +0000
committerroy <roy>2017-01-04 11:48:24 +0000
commit5b5b51b7d96e1b86a46b2e96f9c1f0c6da1c3f76 (patch)
tree741303367a93922c196f50ded91c68809a70a4d2 /editors
parenta484453cfe1ac9ac7b72d202340ef0bc56cc29be (diff)
downloadpkgsrc-5b5b51b7d96e1b86a46b2e96f9c1f0c6da1c3f76.tar.gz
Use the curses framework.
Diffstat (limited to 'editors')
-rw-r--r--editors/zile/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile
index 28480315812..b8fea961361 100644
--- a/editors/zile/Makefile
+++ b/editors/zile/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2015/08/18 07:31:07 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2017/01/04 11:48:24 roy Exp $
DISTNAME= zile-2.4.5
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= editors
MASTER_SITES= http://ftp.gnu.org/gnu/zile/
@@ -11,7 +11,6 @@ COMMENT= Emacs-like text editor
LICENSE= gnu-gpl-v3
USE_TOOLS+= makeinfo
-USE_NCURSES= yes # uses stdscr->_delay directly
GNU_CONFIGURE= yes
INFO_FILES= yes
@@ -19,6 +18,6 @@ INFO_FILES= yes
# we only want the charset.alias file, so no buildlinkery for libiconv
DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
.include "../../devel/libgetopt/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/boehm-gc/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"