aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-09-05 19:02:49 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-09-05 19:06:09 +0000
commit01863f9fe4c7ef9e1f1c215a0c36b073dd9e7e50 (patch)
tree19422121ffdb144597725f8d95a0273f7467c56e
parent70a33543dc04ff65a1306015455e7a8363f557e7 (diff)
downloadports-01863f9fe4c7ef9e1f1c215a0c36b073dd9e7e50.tar.gz
ports-01863f9fe4c7ef9e1f1c215a0c36b073dd9e7e50.zip
devel/kf5-ktexteditor: pet stage-qa
-rw-r--r--devel/kf5-ktexteditor/Makefile7
1 files 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>