We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7654be commit 92cc60aCopy full SHA for 92cc60a
1 file changed
games/lgogdownloader/Makefile
@@ -1,4 +1,4 @@
1
-# $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 $
2
3
DISTNAME= lgogdownloader-3.9
4
PKGREVISION= 2
@@ -14,11 +14,11 @@ LICENSE= public-domain # actually, dwtfywtpl
14
TOOL_DEPENDS+= help2man-[0-9]*:../../converters/help2man
15
16
USE_LANGUAGES= c c++
17
-USE_CMAKE= yes
18
USE_TOOLS+= pkg-config
19
20
CMAKE_ARGS+= -DJSONCPP_INCLUDE_DIR=${BUILDLINK_DIR}/include/json
21
+.include "../../devel/cmake/build.mk"
22
.include "../../devel/boost-libs/buildlink3.mk"
23
.include "../../textproc/tinyxml2/buildlink3.mk"
24
.include "../../www/htmlcxx/buildlink3.mk"
0 commit comments