Index: head/graphics/kcolorpicker/Makefile =================================================================== --- head/graphics/kcolorpicker/Makefile (revision 540021) +++ head/graphics/kcolorpicker/Makefile (revision 540022) @@ -1,22 +1,22 @@ # $FreeBSD$ PORTNAME= kColorPicker DISTVERSIONPREFIX= v DISTVERSION= 0.1.4 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org -COMMENT= Qt based Color Picker with popup menu +COMMENT= Qt based Color Picker library with popup menu LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake compiler:c++11-lang qt:5 USE_GITHUB= yes GH_ACCOUNT= ksnip USE_QT= core testlib widgets \ buildtools_build qmake_build CMAKE_ON= BUILD_SHARED_LIBS .include Index: head/graphics/kcolorpicker/pkg-descr =================================================================== --- head/graphics/kcolorpicker/pkg-descr (revision 540021) +++ head/graphics/kcolorpicker/pkg-descr (revision 540022) @@ -1,5 +1,5 @@ -QToolButton with color popup menu with lets you select a color. The popup -features a color dialog button which can be used to add custom colors to the -popup menu. +Library containing a QToolButton with color popup menu for selecting a color. +The popup features a color dialog button which can be used to add custom +colors to the popup menu. WWW: https://github.com/ksnip/kColorPicker