diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2025-04-10 17:27:37 +0300 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2025-04-10 17:27:37 +0300 |
commit | 6a11ad84f0b5799ddaae6fd437562a62c627109c (patch) | |
tree | 758dc049cc29ade94c3250418c0eb187cdcfde63 | |
parent | net/ipxe: update g20240403 (59f27d69) to g20250401 (7e64e9b6) (diff) |
misc/kf6-purpose: disable accounts-qml-module to fix package
until I figure out why accounts-qml-module builds for me, but fails on package builders.
-rw-r--r-- | misc/kf6-purpose/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/kf6-purpose/Makefile b/misc/kf6-purpose/Makefile index 71617f475a7b..a457d2dcdaca 100644 --- a/misc/kf6-purpose/Makefile +++ b/misc/kf6-purpose/Makefile @@ -6,7 +6,7 @@ COMMENT= Offers available actions for a specific purpose MAINTAINER= kde@FreeBSD.org LIB_DEPENDS= libkaccounts6.so:net-im/kaccounts-integration -RUN_DEPENDS= accounts-qml-module>=0.7_5:sysutils/accounts-qml-module +# RUN_DEPENDS= accounts-qml-module>=0.7_5:sysutils/accounts-qml-module USES= cmake gettext gl gnome kde:6 qt:6 tar:xz USE_GL= gl opengl |