diff options
Diffstat (limited to 'graphics/kdegraphics/Makefile')
-rw-r--r-- | graphics/kdegraphics/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/kdegraphics/Makefile b/graphics/kdegraphics/Makefile index 9de6763b672b..42cdf2d48ea6 100644 --- a/graphics/kdegraphics/Makefile +++ b/graphics/kdegraphics/Makefile @@ -1,5 +1,6 @@ PORTNAME= kdegraphics DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org @@ -7,9 +8,9 @@ COMMENT= Graphics applications for KDE (meta port) WWW= https://apps.kde.org/categories/graphics/ USES= kde:6 metaport qt:6 -USE_QT= # -OPTIONS_DEFINE= GPHOTO \ +OPTIONS_DEFINE= COLORD \ + GPHOTO \ GWENVIEW \ KCOLORCHOOSER \ KOLOURPAINT \ @@ -21,6 +22,9 @@ OPTIONS_DEFINE= GPHOTO \ OPTIONS_DEFAULT= ${OPTIONS_DEFINE} +COLORD_DESC= Color profiles manager +COLORD_RUN_DEPENDS= colord-kde>=0:graphics/colord-kde + GPHOTO_DESC= Digital camera manager GPHOTO_RUN_DEPENDS= kamera>=${KDE_APPLICATIONS_VERSION}:graphics/kamera |