pkgsrc-WIP-changes archive

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

cockatrice: Actually requires Qt 6



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Fri Sep 4 20:37:28 2026 -0700
Changeset:	ed0fb59f251a612e936030a3ec5a80bac0b848cb

Modified Files:
	cockatrice/Makefile

Log Message:
cockatrice: Actually requires Qt 6

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ed0fb59f251a612e936030a3ec5a80bac0b848cb

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

diffstat:
 cockatrice/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/cockatrice/Makefile b/cockatrice/Makefile
index ab59617cb3..4a0f2a122b 100644
--- a/cockatrice/Makefile
+++ b/cockatrice/Makefile
@@ -14,6 +14,5 @@ CMAKE_CONFIGURE_ARGS+=	-DWITH_DBCONVERTER=1
 CMAKE_CONFIGURE_ARGS+=	-DWITH_ORACLE=1
 CMAKE_CONFIGURE_ARGS+=	-DWITH_SERVER=0
 
-.include "../../x11/qt5-qtmultimedia/buildlink3.mk"
-.include "../../x11/qt5-qtsvg/buildlink3.mk"
+.include "../../multimedia/qt6-qtmultimedia/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index