diff options
author | roy <roy@pkgsrc.org> | 2017-01-04 11:48:24 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2017-01-04 11:48:24 +0000 |
commit | 57c7f8bebaa2807932738fb5ce527f9ffa1a7794 (patch) | |
tree | ae15f1755641c12bc10ec5d241d0a55ca4f915a6 /editors | |
parent | fd7fc6abdb6227c17ca24e80c50773c6cc7be02e (diff) | |
download | pkgsrc-57c7f8bebaa2807932738fb5ce527f9ffa1a7794.tar.gz |
Use the curses framework.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/zile/Makefile | 7 |
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" |