git: b3ca8f42f337 - main - x11/qt5-qev: pet stage-qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 19:13:18 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b3ca8f42f3377ec3dccd4527763eba6535c09237 commit b3ca8f42f3377ec3dccd4527763eba6535c09237 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-09-05 19:05:21 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-09-05 19:07:10 +0000 x11/qt5-qev: pet stage-qa --- x11/qt5-qev/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/qt5-qev/Makefile b/x11/qt5-qev/Makefile index 9f594db8d13f..3dba81e09301 100644 --- a/x11/qt5-qev/Makefile +++ b/x11/qt5-qev/Makefile @@ -1,5 +1,6 @@ PORTNAME= qev PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} +PORTREVISION= 1 CATEGORIES= x11 PKGNAMEPREFIX= qt5- @@ -7,7 +8,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Qt QWidget events introspection tool USES= compiler:c++11-lang qmake qt-dist:5,tools -USE_QT= core widgets +USE_QT= core gui widgets QT_BINARIES= yes