summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-27 08:57:59 +0000
committernia <nia@pkgsrc.org>2020-03-27 08:57:59 +0000
commit9d1255fb1b1b0963aa2b16400f5d6d295a3c1d0c (patch)
tree907e876f026496982563a4070f17c0f644342d6b
parentfc670e3dfdbb4ef8c8e43a466279ae194c73dd91 (diff)
downloadpkgsrc-9d1255fb1b1b0963aa2b16400f5d6d295a3c1d0c.tar.gz
pugixml: Doesn't need gmake
-rw-r--r--textproc/pugixml/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/pugixml/Makefile b/textproc/pugixml/Makefile
index 26a58fd1c94..4576d39237a 100644
--- a/textproc/pugixml/Makefile
+++ b/textproc/pugixml/Makefile
@@ -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 @@ COMMENT= Light-weight C++ XML processing library
LICENSE= mit
USE_LANGUAGES= c c++
-USE_TOOLS+= gmake
USE_CMAKE= yes
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON