git: 01863f9fe4c7 - main - devel/kf5-ktexteditor: pet stage-qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 19:10:16 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=01863f9fe4c7ef9e1f1c215a0c36b073dd9e7e50
commit 01863f9fe4c7ef9e1f1c215a0c36b073dd9e7e50
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:02:49 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:09 +0000
devel/kf5-ktexteditor: pet stage-qa
---
devel/kf5-ktexteditor/Makefile | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/devel/kf5-ktexteditor/Makefile b/devel/kf5-ktexteditor/Makefile
index 17b888b79f89..ec9a5a36fb82 100644
--- a/devel/kf5-ktexteditor/Makefile
+++ b/devel/kf5-ktexteditor/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ktexteditor
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
@@ -8,14 +9,16 @@ COMMENT= KF5 advanced embeddable text editor
LIB_DEPENDS= libgit2.so:devel/libgit2 \
libeditorconfig.so:editors/editorconfig-core-c
-USES= cmake compiler:c++11-lib gettext kde:5 cpe pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext kde:5 cpe pkgconfig \
+ qt:5 tar:xz xorg
USE_KDE= archive auth codecs completion config configwidgets \
coreaddons guiaddons i18n iconthemes itemviews \
- jobwidgets kio parts service sonnet syntaxhighlighting \
+ jobwidgets kio parts service solid sonnet syntaxhighlighting \
textwidgets widgetsaddons windowsystem xmlgui \
ecm_build
USE_QT= concurrent core dbus declarative gui network printsupport \
script widgets xml xmlpatterns \
buildtools_build qmake_build
+USE_XORG= x11
.include <bsd.port.mk>