pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/xwpe
Module Name: pkgsrc
Committed By: roy
Date: Wed Jan 4 11:31:59 UTC 2017
Modified Files:
pkgsrc/editors/xwpe: Makefile
Log Message:
Use the curses framework.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/editors/xwpe/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/xwpe/Makefile
diff -u pkgsrc/editors/xwpe/Makefile:1.15 pkgsrc/editors/xwpe/Makefile:1.16
--- pkgsrc/editors/xwpe/Makefile:1.15 Tue Aug 18 07:31:07 2015
+++ pkgsrc/editors/xwpe/Makefile Wed Jan 4 11:31:59 2017
@@ -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 UNI
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