pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/umbrello



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Aug 21 11:24:28 UTC 2024

Modified Files:
        pkgsrc/devel/umbrello: Makefile

Log Message:
umbrello: CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/devel/umbrello/Makefile

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

Modified files:

Index: pkgsrc/devel/umbrello/Makefile
diff -u pkgsrc/devel/umbrello/Makefile:1.93 pkgsrc/devel/umbrello/Makefile:1.94
--- pkgsrc/devel/umbrello/Makefile:1.93 Fri Aug  9 09:42:13 2024
+++ pkgsrc/devel/umbrello/Makefile      Wed Aug 21 11:24:28 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2024/08/09 09:42:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.94 2024/08/21 11:24:28 markd Exp $
 
 DISTNAME=      umbrello-${KAPPSVER}
 PKGREVISION=   3
@@ -12,7 +12,7 @@ LICENSE=      gnu-lgpl-v2 AND gnu-gpl-v2 AND 
 
 TOOL_DEPENDS+= kdoctools>=5.19.0:../../devel/kdoctools
 
-CMAKE_ARGS+=   -DBUILD_APIDOC=no
+CMAKE_CONFIGURE_ARGS+= -DBUILD_APIDOC=no
 
 USE_TOOLS+=    msgmerge
 



Home | Main Index | Thread Index | Old Index