aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-03-14 19:03:35 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-03-14 19:03:35 +0000
commit2db60bbeb51bfa019ac87c2138dc1fe84c8b4808 (patch)
tree633c54ac06fc3d78c72eae977ae001f3e25c8a5c /misc
parent07358f71c68ccd86b4419ad5a78f56c2e9e8b3d9 (diff)
downloadports-2db60bbeb51bfa019ac87c2138dc1fe84c8b4808.tar.gz
ports-2db60bbeb51bfa019ac87c2138dc1fe84c8b4808.zip
Make some implicit KDE dependencies explicit
Notes
Notes: svn path=/head/; revision=528433
Diffstat (limited to 'misc')
-rw-r--r--misc/ktouch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ktouch/Makefile b/misc/ktouch/Makefile
index 15c9998c5cf6..01a1930acbb1 100644
--- a/misc/ktouch/Makefile
+++ b/misc/ktouch/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ktouch
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -12,7 +12,7 @@ RUN_DEPENDS= kqtquickcharts>=${KDE_APPLICATIONS_VERSION}:graphics/kqtquickcharts
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg
USE_KDE= auth codecs completion config configwidgets coreaddons doctools \
- ecm i18n itemviews kcmutils kdeclarative kio newstuff package \
+ ecm i18n iconthemes itemviews kcmutils kdeclarative kio newstuff package \
parts service sonnet texteditor textwidgets widgetsaddons \
windowsystem xmlgui
USE_QT= core dbus declarative gui network quickcontrols2 script sql \