pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/xml-coreutils



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 14:06:10 UTC 2017

Modified Files:
        pkgsrc/textproc/xml-coreutils: Makefile

Log Message:
Use curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/xml-coreutils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/xml-coreutils/Makefile
diff -u pkgsrc/textproc/xml-coreutils/Makefile:1.5 pkgsrc/textproc/xml-coreutils/Makefile:1.6
--- pkgsrc/textproc/xml-coreutils/Makefile:1.5  Tue Aug 18 07:31:19 2015
+++ pkgsrc/textproc/xml-coreutils/Makefile      Wed Jan  4 14:06:10 2017
@@ -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"



Home | Main Index | Thread Index | Old Index