git: 40de10a88096 - main - graphics/libksane: reduce dependencies
Adriaan de Groot
adridg at FreeBSD.org
Wed May 26 10:37:04 UTC 2021
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=40de10a880965e2b09f8d866bc1b3687086634ce
commit 40de10a880965e2b09f8d866bc1b3687086634ce
Author: Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-05-26 10:35:33 +0000
Commit: Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-05-26 10:37:02 +0000
graphics/libksane: reduce dependencies
ecm, doctools and testlib are built-deps, not needed at runtime.
---
graphics/libksane/Makefile | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/graphics/libksane/Makefile b/graphics/libksane/Makefile
index e6973da65a1a..64b8332d7200 100644
--- a/graphics/libksane/Makefile
+++ b/graphics/libksane/Makefile
@@ -1,5 +1,6 @@
PORTNAME= libksane
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= graphics kde kde-applications
MAINTAINER= kde at FreeBSD.org
@@ -8,9 +9,10 @@ COMMENT= SANE library interface for KDE
LIB_DEPENDS= libsane.so:graphics/sane-backends
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
-USE_KDE= config ecm i18n sonnet textwidgets wallet widgetsaddons
-USE_QT= core gui testlib widgets \
- buildtools_build qmake_build
+USE_KDE= config i18n sonnet textwidgets wallet widgetsaddons \
+ ecm_build
+USE_QT= core gui widgets \
+ buildtools_build qmake_build testlib_build
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
More information about the dev-commits-ports-all
mailing list