diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-06-04 19:40:28 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-06-04 19:40:28 +0800 |
commit | 142114992e5e049d801303381b6052d39d703c08 (patch) | |
tree | ad38fc6316b4e0368511833be90ca8ac2739123b /sysutils/Makefile | |
parent | b51b22cd542dff1a07420c8d1bacd97942a834f6 (diff) | |
download | freebsd-ports-gnome-142114992e5e049d801303381b6052d39d703c08.tar.gz freebsd-ports-gnome-142114992e5e049d801303381b6052d39d703c08.tar.zst freebsd-ports-gnome-142114992e5e049d801303381b6052d39d703c08.zip |
Add sysutils/polkit-qt5.
This is the Qt5 version of sysutils/polkit-qt. From pkg-descr:
Polkit-Qt is a library that lets developers use the Polkit API through a
nice Qt-styled API. It is mainly a wrapper around QAction and
QAbstractButton that lets you integrate those two component easily with
Polkit.
Submitted by: Tobias Berner <tcberner@gmail.com> to the kde@ mailing list
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 6f7d0e4e9ff6..d99de287609e 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -714,6 +714,7 @@ SUBDIR += polkit-gnome SUBDIR += polkit-kde SUBDIR += polkit-qt + SUBDIR += polkit-qt5 SUBDIR += powerman SUBDIR += pp SUBDIR += pprotectd |