diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-11-05 03:00:53 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-11-05 03:00:53 +0800 |
commit | 89d1bb9ab01e93b870f01933054c0acd8205ff46 (patch) | |
tree | e0f4b7d2567ee42aa9691bf31504507d0e3eaaca /security | |
parent | 29439ee094406379a3bf20855d95ae8c42f20200 (diff) | |
download | freebsd-ports-gnome-89d1bb9ab01e93b870f01933054c0acd8205ff46.tar.gz freebsd-ports-gnome-89d1bb9ab01e93b870f01933054c0acd8205ff46.tar.zst freebsd-ports-gnome-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 'security')
-rw-r--r-- | security/plasma5-kscreenlocker/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/plasma5-kscreenlocker/Makefile b/security/plasma5-kscreenlocker/Makefile index 817d5751e0da..4aca1b5c9bff 100644 --- a/security/plasma5-kscreenlocker/Makefile +++ b/security/plasma5-kscreenlocker/Makefile @@ -2,6 +2,7 @@ PORTNAME= kscreenlocker DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= security kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -20,7 +21,7 @@ USE_KDE= auth codecs config configwidgets coreaddons crash ecm \ kdeclarative kdelibs4support notifications package \ plasma-framework sonnet textwidgets wayland widgetsaddons \ windowsystem xmlgui -USE_QT= core dbus gui network qml quick testlib widgets x11extras xml \ +USE_QT= core dbus declarative gui network testlib widgets x11extras xml \ buildtools_build qmake_build USE_XORG= ice sm x11 xcb xcursor xext xi |