pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/zile



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 11:48:24 UTC 2017

Modified Files:
        pkgsrc/editors/zile: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/editors/zile/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/zile/Makefile
diff -u pkgsrc/editors/zile/Makefile:1.32 pkgsrc/editors/zile/Makefile:1.33
--- pkgsrc/editors/zile/Makefile:1.32   Tue Aug 18 07:31:07 2015
+++ pkgsrc/editors/zile/Makefile        Wed Jan  4 11:48:24 2017
@@ -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"



Home | Main Index | Thread Index | Old Index