pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/pugixml pugixml: Doesn't need gmake



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7cf9ab6c4f15
branches:  trunk
changeset: 426177:7cf9ab6c4f15
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Mar 27 08:57:59 2020 +0000

description:
pugixml: Doesn't need gmake

diffstat:

 textproc/pugixml/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 9663c132b220 -r 7cf9ab6c4f15 textproc/pugixml/Makefile
--- a/textproc/pugixml/Makefile Fri Mar 27 08:54:47 2020 +0000
+++ b/textproc/pugixml/Makefile Fri Mar 27 08:57:59 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/09/15 11:38:28 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/03/27 08:57:59 nia Exp $
 
 DISTNAME=      pugixml-1.10
 CATEGORIES=    textproc
@@ -11,7 +11,6 @@
 LICENSE=       mit
 
 USE_LANGUAGES= c c++
-USE_TOOLS+=    gmake
 USE_CMAKE=     yes
 
 CMAKE_ARGS+=   -DBUILD_SHARED_LIBS=ON



Home | Main Index | Thread Index | Old Index