diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-09-14 08:25:46 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-09-14 10:41:40 +0000 |
commit | d27431425c4570409c359b4c6756ab025ba405ed (patch) | |
tree | 7c58b52bf79d46515dbf6d74fc5dcce95e414796 | |
parent | 9bab3f7257727b69e0d1ac560d466c2b3a8b6303 (diff) |
sysutils/plasma5-drkonqi: cleanup dependencies
-rw-r--r-- | sysutils/plasma5-drkonqi/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/plasma5-drkonqi/Makefile b/sysutils/plasma5-drkonqi/Makefile index 40ee32df4bf6..c9bda53f3723 100644 --- a/sysutils/plasma5-drkonqi/Makefile +++ b/sysutils/plasma5-drkonqi/Makefile @@ -1,5 +1,6 @@ PORTNAME= drkonqi DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -9,13 +10,12 @@ WWW= https://www.kde.org/plasma-desktop LIB_DEPENDS= libKUserFeedbackCore.so:deskutils/kuserfeedback USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz xorg -USE_KDE= auth codecs completion config configwidgets coreaddons crash \ - i18n idletime jobwidgets kdeclarative kio notifications \ - service syntaxhighlighting wallet widgetsaddons windowsystem \ - xmlrpcclient \ - ecm:build -USE_QT= concurrent core dbus declarative gui network widgets x11extras \ - xml \ +USE_KDE= completion config coreaddons crash i18n idletime jobwidgets \ + kio notifications service syntaxhighlighting wallet \ + widgetsaddons windowsystem \ + ecm:build \ + itemmodels:run kdeclarative:run kirigami2:run +USE_QT= concurrent core dbus declarative gui network widgets xml \ buildtools:build qmake:build testlib:build USE_XORG= x11 |