diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-11-04 19:00:53 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-11-04 19:00:53 +0000 |
commit | 89d1bb9ab01e93b870f01933054c0acd8205ff46 (patch) | |
tree | e0f4b7d2567ee42aa9691bf31504507d0e3eaaca /x11/plasma5-plasma-integration | |
parent | 29439ee094406379a3bf20855d95ae8c42f20200 (diff) | |
download | freebsd-ports-89d1bb9ab01e93b870f01933054c0acd8205ff46.zip |
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
porting simpler; the set of ports using either mostly coincided.
Exp-run by: antoine
PR: 223687
PR: 232751
Diffstat (limited to 'x11/plasma5-plasma-integration')
-rw-r--r-- | x11/plasma5-plasma-integration/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/plasma5-plasma-integration/Makefile b/x11/plasma5-plasma-integration/Makefile index 0c3b0451cc79..1fb3289daaea 100644 --- a/x11/plasma5-plasma-integration/Makefile +++ b/x11/plasma5-plasma-integration/Makefile @@ -2,6 +2,7 @@ PORTNAME= plasma-integration DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -15,7 +16,7 @@ USE_KDE= auth bookmarks breeze codecs completion config configwidgets \ coreaddons ecm i18n iconthemes itemviews jobwidgets kio \ notifications service solid wayland \ widgetsaddons windowsystem xmlgui -USE_QT= concurrent core dbus gui network qml quick quickcontrols2 widgets \ +USE_QT= concurrent core declarative dbus gui network quickcontrols2 widgets \ x11extras xml \ buildtools_build qmake_build USE_XORG= xcb xcursor @@ -32,7 +33,7 @@ NOTO_DESC= KDE default font LIGHT_DESC= Use noto-light BIG_DESC= Use complete noto -LIGHT_RUN_DEPENDS= noto-lite>=0:x11-fonts/noto-lite +LIGHT_RUN_DEPENDS= noto-lite>=0:x11-fonts/noto-lite BIG_RUN_DEPENDS= noto>=0:x11-fonts/noto .include <bsd.port.mk> |