pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/kguiaddons
Module Name: pkgsrc
Committed By: markd
Date: Wed Aug 21 11:40:59 UTC 2024
Modified Files:
pkgsrc/x11/kguiaddons: Makefile
Log Message:
kguiaddons: CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/x11/kguiaddons/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/kguiaddons/Makefile
diff -u pkgsrc/x11/kguiaddons/Makefile:1.50 pkgsrc/x11/kguiaddons/Makefile:1.51
--- pkgsrc/x11/kguiaddons/Makefile:1.50 Fri Jun 7 23:55:49 2024
+++ pkgsrc/x11/kguiaddons/Makefile Wed Aug 21 11:40:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2024/06/07 23:55:49 markd Exp $
+# $NetBSD: Makefile,v 1.51 2024/08/21 11:40:59 markd Exp $
DISTNAME= kguiaddons-${KF5VER}
CATEGORIES= x11
@@ -17,7 +17,7 @@ USE_TOOLS+= pkg-config
. include "../../devel/plasma-wayland-protocols/buildlink3.mk"
. include "../../x11/qt5-qtwayland/buildlink3.mk"
.else
-CMAKE_ARGS+= -DWITH_WAYLAND=OFF
+CMAKE_CONFIGURE_ARGS+= -DWITH_WAYLAND=OFF
.endif
.include "../../x11/qt5-qtbase/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index