pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/lgogdownloader



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 23 18:23:56 UTC 2023

Modified Files:
        pkgsrc/games/lgogdownloader: Makefile

Log Message:
lgogdownloader: convert to cmake/build.mk


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/games/lgogdownloader/Makefile

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

Modified files:

Index: pkgsrc/games/lgogdownloader/Makefile
diff -u pkgsrc/games/lgogdownloader/Makefile:1.61 pkgsrc/games/lgogdownloader/Makefile:1.62
--- pkgsrc/games/lgogdownloader/Makefile:1.61   Sun Jan 22 16:28:26 2023
+++ pkgsrc/games/lgogdownloader/Makefile        Mon Jan 23 18:23:56 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2023/01/22 16:28:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.62 2023/01/23 18:23:56 wiz Exp $
 
 DISTNAME=      lgogdownloader-3.9
 PKGREVISION=   2
@@ -14,11 +14,11 @@ LICENSE=    public-domain # actually, dwtfy
 TOOL_DEPENDS+= help2man-[0-9]*:../../converters/help2man
 
 USE_LANGUAGES= c c++
-USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
 
 CMAKE_ARGS+=   -DJSONCPP_INCLUDE_DIR=${BUILDLINK_DIR}/include/json
 
+.include "../../devel/cmake/build.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../textproc/tinyxml2/buildlink3.mk"
 .include "../../www/htmlcxx/buildlink3.mk"



Home | Main Index | Thread Index | Old Index