diff options
Diffstat (limited to 'x11/plasma5-kactivitymanagerd/Makefile')
-rw-r--r-- | x11/plasma5-kactivitymanagerd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/plasma5-kactivitymanagerd/Makefile b/x11/plasma5-kactivitymanagerd/Makefile index 4e516519c080..f5865c43f2ce 100644 --- a/x11/plasma5-kactivitymanagerd/Makefile +++ b/x11/plasma5-kactivitymanagerd/Makefile @@ -1,5 +1,6 @@ PORTNAME= kactivitymanagerd DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -10,8 +11,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \ - ecm globalaccel i18n kio service widgetsaddons windowsystem \ - xmlgui + globalaccel i18n kio service widgetsaddons windowsystem xmlgui \ + ecm:build USE_QT= concurrent core dbus gui network sql widgets xml \ buildtools:build qmake:build USE_XORG= x11 |