Wed Jan 4 11:31:59 2017 UTC ()
Use the curses framework.


(roy)
diff -r1.15 -r1.16 pkgsrc/editors/xwpe/Makefile

cvs diff -r1.15 -r1.16 pkgsrc/editors/xwpe/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/xwpe/Makefile 2015/08/18 07:31:07 1.15
+++ pkgsrc/editors/xwpe/Makefile 2017/01/04 11:31:59 1.16
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.15 2015/08/18 07:31:07 wiz Exp $ 1# $NetBSD: Makefile,v 1.16 2017/01/04 11:31:59 roy Exp $
2# 2#
3 3
4DISTNAME= xwpe-1.5.29a 4DISTNAME= xwpe-1.5.29a
5PKGREVISION= 5 5PKGREVISION= 6
6CATEGORIES= editors 6CATEGORIES= editors
7MASTER_SITES= http://www.identicalsoftware.com/xwpe/ 7MASTER_SITES= http://www.identicalsoftware.com/xwpe/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.identicalsoftware.com/xwpe/ 10HOMEPAGE= http://www.identicalsoftware.com/xwpe/
11COMMENT= Programming environment for UNIX systems 11COMMENT= Programming environment for UNIX systems
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_TOOLS+= gmake 14USE_TOOLS+= gmake
15USE_NCURSES= yes # tigetstr() 15INCOMPAT_CURSES+= NetBSD-[0-5].*-* #tigetstr
 16FAKE_NCURSES= yes
16 17
17BUILD_TARGET= # the one from the Makefile 18BUILD_TARGET= # the one from the Makefile
18 19
19BUILDLINK_DEPMETHOD.libXt?= build 20BUILDLINK_DEPMETHOD.libXt?= build
20 21
21.include "../../devel/ncurses/buildlink3.mk" 
22.include "../../x11/libX11/buildlink3.mk" 22.include "../../x11/libX11/buildlink3.mk"
23.include "../../x11/libXt/buildlink3.mk" 23.include "../../x11/libXt/buildlink3.mk"
 24.include "../../mk/curses.buildlink3.mk"
24.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"