Date: Wed, 26 May 2021 10:37:05 GMT From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d9c83bccb7c2 - main - graphics/skanlite: reduce dependencies Message-ID: <202105261037.14QAb5Qk044870@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9c83bccb7c2e258194b933c404741471c0452d3 commit d9c83bccb7c2e258194b933c404741471c0452d3 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2021-05-26 10:36:09 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2021-05-26 10:37:02 +0000 graphics/skanlite: reduce dependencies ecm and doctools are build-deps, not needed at runtime --- graphics/skanlite/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/graphics/skanlite/Makefile b/graphics/skanlite/Makefile index 72edf31dfdd9..f152e2bf24dd 100644 --- a/graphics/skanlite/Makefile +++ b/graphics/skanlite/Makefile @@ -1,5 +1,6 @@ PORTNAME= skanlite DISTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION:R}/ @@ -13,9 +14,10 @@ LIB_DEPENDS= libKF5Sane.so:graphics/libksane \ libpng.so:graphics/png USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz -USE_KDE= ecm auth config configwidgets codecs completion \ - coreaddons doctools i18n jobwidgets kio \ - service widgetsaddons xmlgui +USE_KDE= auth config configwidgets codecs completion \ + coreaddons i18n jobwidgets kio \ + service widgetsaddons xmlgui \ + doctools_build ecm_build USE_QT= buildtools_build qmake_build \ core concurrent dbus gui network widgets xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105261037.14QAb5Qk044870>