git: d9c83bccb7c2 - main - graphics/skanlite: reduce dependencies
Adriaan de Groot
adridg at FreeBSD.org
Wed May 26 10:37:05 UTC 2021
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d9c83bccb7c2e258194b933c404741471c0452d3
commit d9c83bccb7c2e258194b933c404741471c0452d3
Author: Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-05-26 10:36:09 +0000
Commit: Adriaan de Groot <adridg at 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
More information about the dev-commits-ports-all
mailing list