pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/vcmi



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Aug 23 10:08:09 UTC 2024

Modified Files:
        pkgsrc/games/vcmi: Makefile

Log Message:
vcmi: Depend on qttools at build-time


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/vcmi/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/vcmi/Makefile
diff -u pkgsrc/games/vcmi/Makefile:1.1 pkgsrc/games/vcmi/Makefile:1.2
--- pkgsrc/games/vcmi/Makefile:1.1      Mon Aug 12 11:19:25 2024
+++ pkgsrc/games/vcmi/Makefile  Fri Aug 23 10:08:09 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/08/12 11:19:25 nia Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/23 10:08:09 nia Exp $
 
 DISTNAME=      vcmi-1.5.6
 CATEGORIES=    games
@@ -20,6 +20,8 @@ LICENSE=      gnu-gpl-v2
 USE_LANGUAGES= c c++
 USE_TOOLS+=    pkg-config bash:run
 
+TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
+
 USE_CXX_FEATURES+=     c++17
 
 .include "../../mk/compiler.mk"



Home | Main Index | Thread Index | Old Index