pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/xml-coreutils Use curses framework.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f3f08ecb1ccf
branches: trunk
changeset: 356750:f3f08ecb1ccf
user: roy <roy%pkgsrc.org@localhost>
date: Wed Jan 04 14:06:10 2017 +0000
description:
Use curses framework.
diffstat:
textproc/xml-coreutils/Makefile | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 487e69373d25 -r f3f08ecb1ccf textproc/xml-coreutils/Makefile
--- a/textproc/xml-coreutils/Makefile Wed Jan 04 14:04:46 2017 +0000
+++ b/textproc/xml-coreutils/Makefile Wed Jan 04 14:06:10 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2015/08/18 07:31:19 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/01/04 14:06:10 roy Exp $
#
DISTNAME= xml-coreutils-0.8a
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xml-coreutils/}
@@ -13,7 +13,11 @@
USE_LANGUAGES= c99
GNU_CONFIGURE= yes
+# xml-coreutils doesn't actually use curses but does want
+# to link to it regardless.
+FAKE_NCURSES= yes
+
.include "../../textproc/expat/buildlink3.mk"
.include "../../devel/libslang/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index