pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/xwpe Use the curses framework.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d08f634b2802
branches: trunk
changeset: 356726:d08f634b2802
user: roy <roy%pkgsrc.org@localhost>
date: Wed Jan 04 11:31:59 2017 +0000
description:
Use the curses framework.
diffstat:
editors/xwpe/Makefile | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 81f3ae60042e -r d08f634b2802 editors/xwpe/Makefile
--- a/editors/xwpe/Makefile Wed Jan 04 11:18:44 2017 +0000
+++ b/editors/xwpe/Makefile Wed Jan 04 11:31:59 2017 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index