aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-21 11:40:32 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-21 12:01:28 +0000
commitc90b894559e1ff0b0e82a84b34333557a2786389 (patch)
tree0858606796598dd0bf173f075623ff46ff0d7fe6
parent148b7bb377644a84b8a259e0da4705672887814e (diff)
downloadports-c90b894559e1ff0b0e82a84b34333557a2786389.tar.gz
ports-c90b894559e1ff0b0e82a84b34333557a2786389.zip
devel/kf5-ktexteditor: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--devel/kf5-ktexteditor/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/kf5-ktexteditor/Makefile b/devel/kf5-ktexteditor/Makefile
index 5b29bc0e0b33..6899a3628193 100644
--- a/devel/kf5-ktexteditor/Makefile
+++ b/devel/kf5-ktexteditor/Makefile
@@ -8,7 +8,7 @@ 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 pkgconfig qt:5 tar:xz
+USES= cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig qt:5 tar:xz
USE_KDE= archive auth codecs completion config configwidgets \
coreaddons guiaddons i18n iconthemes itemviews \
jobwidgets kio parts service sonnet syntaxhighlighting \
@@ -17,5 +17,6 @@ USE_KDE= archive auth codecs completion config configwidgets \
USE_QT= concurrent core dbus declarative gui network printsupport \
script widgets xml xmlpatterns \
buildtools_build qmake_build
+CPE_VENDOR= kde
.include <bsd.port.mk>