diff options
Diffstat (limited to 'x11/kf5-kded/Makefile')
-rw-r--r-- | x11/kf5-kded/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kf5-kded/Makefile b/x11/kf5-kded/Makefile index 3fe5459c74b2..f94f6d820018 100644 --- a/x11/kf5-kded/Makefile +++ b/x11/kf5-kded/Makefile @@ -7,9 +7,9 @@ CATEGORIES= x11 kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 extensible deamon for providing system level services -USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz +USES= cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz USE_KDE= config coreaddons crash dbusaddons doctools ecm \ init service -USE_QT5= buildtools_build core dbus gui qmake_build widgets +USE_QT= buildtools_build core dbus gui qmake_build widgets .include <bsd.port.mk> |