summaryrefslogtreecommitdiff
path: root/textproc/xml-coreutils
diff options
context:
space:
mode:
authorroy <roy>2017-01-04 14:06:10 +0000
committerroy <roy>2017-01-04 14:06:10 +0000
commita422306ae45def1c37891fda8ed53e390f2571ff (patch)
tree23e409d00eb35cb16a8b6e27d65001978e907d68 /textproc/xml-coreutils
parentc5cc29c0508be9d1b080ba477ffef6e411a3f05b (diff)
downloadpkgsrc-a422306ae45def1c37891fda8ed53e390f2571ff.tar.gz
Use curses framework.
Diffstat (limited to 'textproc/xml-coreutils')
-rw-r--r--textproc/xml-coreutils/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/textproc/xml-coreutils/Makefile b/textproc/xml-coreutils/Makefile
index 3a321d38861..212120a36ac 100644
--- a/textproc/xml-coreutils/Makefile
+++ b/textproc/xml-coreutils/Makefile
@@ -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 @@ LICENSE= gnu-gpl-v3
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"