aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/kf5-kemoticons
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-09-12 17:10:13 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2023-09-12 18:31:38 +0000
commit963386df61c78212359a1533c2f3497a1b91cd70 (patch)
treed7309276d25547d00866445bd027e61c8e615070 /x11-themes/kf5-kemoticons
parentd68a1b1639e0b41b48dac7930c71d148ed7faec5 (diff)
downloadports-963386df61c78212359a1533c2f3497a1b91cd70.tar.gz
ports-963386df61c78212359a1533c2f3497a1b91cd70.zip
x11-themes/kf5-kemoticons: remove unnecessary dependency
Diffstat (limited to 'x11-themes/kf5-kemoticons')
-rw-r--r--x11-themes/kf5-kemoticons/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-themes/kf5-kemoticons/Makefile b/x11-themes/kf5-kemoticons/Makefile
index f563bf243853..782cea5a46a3 100644
--- a/x11-themes/kf5-kemoticons/Makefile
+++ b/x11-themes/kf5-kemoticons/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kemoticons
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= x11-themes kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
@@ -8,7 +9,7 @@ COMMENT= KF5 library to convert emoticons
USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE= archive config coreaddons service \
ecm:build
-USE_QT= core dbus gui widgets xml \
+USE_QT= core dbus gui xml \
buildtools:build qmake:build
.include <bsd.port.mk>