Wed Feb 22 10:49:48 2023 UTC ()
Extend the disabling of the qt5 wrapper to qt6


(martin)
diff -r1.57 -r1.58 pkgsrc/print/poppler-utils/Makefile

cvs diff -r1.57 -r1.58 pkgsrc/print/poppler-utils/Makefile (expand / switch to context diff)
--- pkgsrc/print/poppler-utils/Makefile 2023/02/16 08:17:29 1.57
+++ pkgsrc/print/poppler-utils/Makefile 2023/02/22 10:49:48 1.58
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2023/02/16 08:17:29 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2023/02/22 10:49:48 martin Exp $
 
 .include "../../print/poppler/Makefile.common"
 
@@ -16,8 +16,9 @@
 CMAKE_ARGS+=	-DENABLE_UTILS=ON
 # Don't compile poppler cpp wrapper.
 CMAKE_ARGS+=	-DENABLE_CPP=OFF
-# Don't compile poppler qt5 wrapper.
+# Don't compile poppler qt5/6 wrapper.
 CMAKE_ARGS+=	-DENABLE_QT5=OFF
+CMAKE_ARGS+=	-DENABLE_QT6=OFF
 # Don't build libcurl based HTTP support. ## might want to include
 CMAKE_ARGS+=	-DENABLE_LIBCURL=OFF