diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-08-30 21:45:19 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-08-30 21:45:19 +0000 |
commit | cd8042a363402afff5535a5c60c451a1150037b5 (patch) | |
tree | 73001afbeb7942f375611d60d9a4c38158e90374 /graphics | |
parent | 9fff97a5fbf4ec45704b928e3656fe669a3b8a8b (diff) | |
download | ports-cd8042a363402afff5535a5c60c451a1150037b5.tar.gz ports-cd8042a363402afff5535a5c60c451a1150037b5.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gwenview/Makefile | 2 | ||||
-rw-r--r-- | graphics/spectacle/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/graphics/gwenview/Makefile b/graphics/gwenview/Makefile index 85a8cc0dd8be..455af9594a73 100644 --- a/graphics/gwenview/Makefile +++ b/graphics/gwenview/Makefile @@ -2,6 +2,7 @@ PORTNAME= gwenview DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -12,6 +13,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook- LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ liblcms2.so:graphics/lcms2 \ libpng.so:graphics/png +RUN_DEPENDS= kipi-plugins>=0:graphics/kipi-plugins USES= compiler:c++11-lang cmake desktop-file-utils gettext jpeg pkgconfig \ kde:5 qt:5 tar:xz diff --git a/graphics/spectacle/Makefile b/graphics/spectacle/Makefile index e8bc5f221811..0593d0417df0 100644 --- a/graphics/spectacle/Makefile +++ b/graphics/spectacle/Makefile @@ -2,6 +2,7 @@ PORTNAME= spectacle DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -10,6 +11,7 @@ COMMENT= KDE screen capture program LIB_DEPENDS= libxcb-cursor.so:x11/xcb-util-cursor \ libxcb-image.so:x11/xcb-util-image \ libxcb-util.so:x11/xcb-util +RUN_DEPENDS= kipi-plugins>=0:graphics/kipi-plugins USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig qt:5 tar:xz USE_KDE= attica auth codecs completion config configwidgets coreaddons \ |