pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ktorrent



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Aug 21 11:35:19 UTC 2024

Modified Files:
        pkgsrc/net/ktorrent: Makefile

Log Message:
ktorrent: CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 pkgsrc/net/ktorrent/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/ktorrent/Makefile
diff -u pkgsrc/net/ktorrent/Makefile:1.131 pkgsrc/net/ktorrent/Makefile:1.132
--- pkgsrc/net/ktorrent/Makefile:1.131  Fri Aug  9 09:42:32 2024
+++ pkgsrc/net/ktorrent/Makefile        Wed Aug 21 11:35:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.131 2024/08/09 09:42:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.132 2024/08/21 11:35:19 markd Exp $
 
 DISTNAME=      ktorrent-${KAPPSVER}
 PKGREVISION=   3
@@ -15,7 +15,7 @@ TOOL_DEPENDS+=        kdoctools>=5.19.0:../../d
 USE_TOOLS+=    msgmerge pkg-config
 
 # disable until plasma-workspace is available
-CMAKE_ARGS+=   -DCMAKE_DISABLE_FIND_PACKAGE_LibKWorkspace=TRUE
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_LibKWorkspace=TRUE
 
 .include "../../audio/taglib/buildlink3.mk"
 .include "../../devel/kcmutils/buildlink3.mk"



Home | Main Index | Thread Index | Old Index