diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:04:44 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:06:55 +0000 |
commit | f4120643c8ba26abc8dff378bee2894c091a8226 (patch) | |
tree | 288f33be830370a24b6bf18728cb8ed19c9e0fa9 | |
parent | 5abef56e8253b10727cdc78328da521aebed915f (diff) |
sysutils/signon-qt5: pet stage-qa
-rw-r--r-- | sysutils/signon-qt5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/signon-qt5/Makefile b/sysutils/signon-qt5/Makefile index 6941fc17793c..4b7ba765bf32 100644 --- a/sysutils/signon-qt5/Makefile +++ b/sysutils/signon-qt5/Makefile @@ -1,5 +1,6 @@ PORTNAME= signon DISTVERSION= 8.60 +PORTREVISION= 1 CATEGORIES= sysutils kde PKGNAMESUFFIX= -qt5 DIST_SUBDIR= KDE/${GL_ACCOUNT} @@ -10,8 +11,9 @@ COMMENT= D-Bus service performing user authentication LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lang gettext pathfix pkgconfig python qmake \ +USES= compiler:c++11-lang gettext gl pathfix pkgconfig python qmake \ qt:5 tar:bz2 +USE_GL= gl USE_QT= core dbus gui network sql testlib xml \ buildtools_build qmake_build |