git: d903986c223a - main - graphics/ksanecore: fix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Aug 2025 21:06:38 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d903986c223af27546aa7d9fc141630cc4a3b081
commit d903986c223af27546aa7d9fc141630cc4a3b081
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2025-08-07 21:06:22 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2025-08-07 21:06:22 +0000
graphics/ksanecore: fix
- Add missing KF dependency
- Remove noop DOCS option
PR: 288716
Reported by: Robert Cina
---
graphics/ksanecore/Makefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/graphics/ksanecore/Makefile b/graphics/ksanecore/Makefile
index c4be293c1ced..8d00b4ff1657 100644
--- a/graphics/ksanecore/Makefile
+++ b/graphics/ksanecore/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ksanecore
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= graphics kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -9,10 +10,8 @@ WWW= https://invent.kde.org/libraries/ksanecore
LIB_DEPENDS= libsane.so:graphics/sane-backends
USES= cmake compiler:c++11-lang gettext kde:6 qt:6 tar:xz
-USE_KDE= ecm:build
+USE_KDE= i18n ecm:build
USE_QT= base
USE_LDCONFIG= yes
-OPTIONS_DEFINE= DOCS
-
.include <bsd.port.mk>