diff options
author | roy <roy@pkgsrc.org> | 2017-01-04 11:31:59 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2017-01-04 11:31:59 +0000 |
commit | d4a2405bbddc594882bbeacd0ec3bc344e1f4f5b (patch) | |
tree | c0dab5af8c0c1dae223417af5d69932675e72f7b /editors | |
parent | cd1808caa850a79123f3a7bc89aee16ff3e600c1 (diff) | |
download | pkgsrc-d4a2405bbddc594882bbeacd0ec3bc344e1f4f5b.tar.gz |
Use the curses framework.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xwpe/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/xwpe/Makefile b/editors/xwpe/Makefile index 93852b57483..0f5c456d04a 100644 --- a/editors/xwpe/Makefile +++ b/editors/xwpe/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2015/08/18 07:31:07 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2017/01/04 11:31:59 roy Exp $ # DISTNAME= xwpe-1.5.29a -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= editors MASTER_SITES= http://www.identicalsoftware.com/xwpe/ @@ -12,13 +12,14 @@ COMMENT= Programming environment for UNIX systems GNU_CONFIGURE= yes USE_TOOLS+= gmake -USE_NCURSES= yes # tigetstr() +INCOMPAT_CURSES+= NetBSD-[0-5].*-* #tigetstr +FAKE_NCURSES= yes BUILD_TARGET= # the one from the Makefile BUILDLINK_DEPMETHOD.libXt?= build -.include "../../devel/ncurses/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |