diff options
Diffstat (limited to 'editors/xwpe/Makefile')
-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" |