pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/zile Use the curses framework.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ecf7780a546b
branches: trunk
changeset: 356729:ecf7780a546b
user: roy <roy%pkgsrc.org@localhost>
date: Wed Jan 04 11:48:24 2017 +0000
description:
Use the curses framework.
diffstat:
editors/zile/Makefile | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 9eeae438c4d9 -r ecf7780a546b editors/zile/Makefile
--- a/editors/zile/Makefile Wed Jan 04 11:45:58 2017 +0000
+++ b/editors/zile/Makefile Wed Jan 04 11:48:24 2017 +0000
@@ -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 @@
LICENSE= gnu-gpl-v3
USE_TOOLS+= makeinfo
-USE_NCURSES= yes # uses stdscr->_delay directly
GNU_CONFIGURE= yes
INFO_FILES= yes
@@ -19,6 +18,6 @@
# 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"
Home |
Main Index |
Thread Index |
Old Index