pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/kget



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Aug 21 11:34:53 UTC 2024

Modified Files:
        pkgsrc/net/kget: Makefile

Log Message:
kget: CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/net/kget/Makefile

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

Modified files:

Index: pkgsrc/net/kget/Makefile
diff -u pkgsrc/net/kget/Makefile:1.77 pkgsrc/net/kget/Makefile:1.78
--- pkgsrc/net/kget/Makefile:1.77       Fri Aug  9 09:42:31 2024
+++ pkgsrc/net/kget/Makefile    Wed Aug 21 11:34:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2024/08/09 09:42:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.78 2024/08/21 11:34:53 markd Exp $
 
 DISTNAME=      kget-${KAPPSVER}
 PKGREVISION=   3
@@ -15,7 +15,7 @@ TOOL_DEPENDS+=        kdoctools>=5.19.0:../../d
 USE_TOOLS+=    pkg-config msgmerge
 
 # disable until plasma-workspace is available
-CMAKE_ARGS+=   -DCMAKE_DISABLE_FIND_PACKAGE_LibKWorkspace=TRUE
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_LibKWorkspace=TRUE
 
 REPLACE_PERL+= conf/kget_sensitive.pl conf/kget_limitdownloads.pl
 



Home | Main Index | Thread Index | Old Index