pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/krita



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Aug 21 11:30:33 UTC 2024

Modified Files:
        pkgsrc/graphics/krita: Makefile

Log Message:
krita: CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 pkgsrc/graphics/krita/Makefile

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

Modified files:

Index: pkgsrc/graphics/krita/Makefile
diff -u pkgsrc/graphics/krita/Makefile:1.130 pkgsrc/graphics/krita/Makefile:1.131
--- pkgsrc/graphics/krita/Makefile:1.130        Fri Aug  9 09:42:19 2024
+++ pkgsrc/graphics/krita/Makefile      Wed Aug 21 11:30:33 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.130 2024/08/09 09:42:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.131 2024/08/21 11:30:33 markd Exp $
 
 DISTNAME=              krita-5.2.2
 PKGREVISION=           6
@@ -15,8 +15,7 @@ LICENSE=              gnu-gpl-v3
 USE_TOOLS+=            msgfmt pkg-config perl
 # Uses targets with spaces in the names
 USE_TOOLS+=            gmake
-#CMAKE_ARGS+=          -DCMAKE_INSTALL_PREFIX=${PREFIX}
-CMAKE_ARGS+=           -DCMAKE_DISABLE_FIND_PACKAGE_PyQt5:BOOL=true
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_PyQt5:BOOL=true
 
 DEPENDS+=      kitemmodels-[0-9]*:../../devel/kitemmodels
 



Home | Main Index | Thread Index | Old Index