pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/pugixml



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Mar 27 08:57:59 UTC 2020

Modified Files:
        pkgsrc/textproc/pugixml: Makefile

Log Message:
pugixml: Doesn't need gmake


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/pugixml/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/pugixml/Makefile
diff -u pkgsrc/textproc/pugixml/Makefile:1.6 pkgsrc/textproc/pugixml/Makefile:1.7
--- pkgsrc/textproc/pugixml/Makefile:1.6        Sun Sep 15 11:38:28 2019
+++ pkgsrc/textproc/pugixml/Makefile    Fri Mar 27 08:57:59 2020
@@ -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
 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