summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorroy <roy>2017-01-04 11:31:59 +0000
committerroy <roy>2017-01-04 11:31:59 +0000
commitb09ac4dc813b16622186b1436f0b4f1cde670b12 (patch)
tree1477c6a2fdddc127d066398b6d0adc2dda00f1eb /editors
parentc4d5beb9b9d646d3d2bc343cb2f2e360fede87ef (diff)
downloadpkgsrc-b09ac4dc813b16622186b1436f0b4f1cde670b12.tar.gz
Use the curses framework.
Diffstat (limited to 'editors')
-rw-r--r--editors/xwpe/Makefile9
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"