aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-05-26 10:35:33 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-05-26 10:37:02 +0000
commit40de10a880965e2b09f8d866bc1b3687086634ce (patch)
tree8142e9cd52a2ce6f87cf81cd193b374880c17252
parent5a77739039a0e09b3cb09e211d8f53b44fa18f59 (diff)
downloadports-40de10a880965e2b09f8d866bc1b3687086634ce.tar.gz
ports-40de10a880965e2b09f8d866bc1b3687086634ce.zip
graphics/libksane: reduce dependencies
ecm, doctools and testlib are built-deps, not needed at runtime.
-rw-r--r--graphics/libksane/Makefile8
1 files 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@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