diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:03:08 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:06:16 +0000 |
commit | 1e4cab091fbf626a6fe83a06545b975b4e6d5a31 (patch) | |
tree | c39569c0cfae2509ce0031510d793928118eb852 /graphics | |
parent | 630afd1e23634434d401d26062b8527c3b684cca (diff) | |
download | ports-1e4cab091fbf626a6fe83a06545b975b4e6d5a31.tar.gz ports-1e4cab091fbf626a6fe83a06545b975b4e6d5a31.zip |
graphics/kcolorpicker: pet stage-qa
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kcolorpicker/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/kcolorpicker/Makefile b/graphics/kcolorpicker/Makefile index 4ceecd604544..8585aa30b23a 100644 --- a/graphics/kcolorpicker/Makefile +++ b/graphics/kcolorpicker/Makefile @@ -1,6 +1,7 @@ PORTNAME= kColorPicker DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org @@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake compiler:c++11-lang qt:5 USE_GITHUB= yes GH_ACCOUNT= ksnip -USE_QT= core widgets \ +USE_QT= core gui widgets \ buildtools_build qmake_build testlib_build CMAKE_ON= BUILD_SHARED_LIBS |