aboutsummaryrefslogtreecommitdiff
path: root/deskutils/libkdepim
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-12-10 19:48:47 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-12-10 23:52:50 +0000
commit311bf443f107c37d4043ea691435d4de1e7b0559 (patch)
tree00fe7cdf3dfdadb80c6f57fbcbc42f2c3e2c5ddb /deskutils/libkdepim
parentf6c8d421d3e9455a7ac291db237b93cce6c712d1 (diff)
downloadports-311bf443f107c37d4043ea691435d4de1e7b0559.tar.gz
ports-311bf443f107c37d4043ea691435d4de1e7b0559.zip
kde-ports: remove runtime-dependency on Qt testlib
Qt testlib is a library for tests; it is not generally needed at runtime. Move it to a _build dependency for the KDE-related ports that use it for their tests.
Diffstat (limited to 'deskutils/libkdepim')
-rw-r--r--deskutils/libkdepim/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/deskutils/libkdepim/Makefile b/deskutils/libkdepim/Makefile
index 45f27aeb0355..aa89759314af 100644
--- a/deskutils/libkdepim/Makefile
+++ b/deskutils/libkdepim/Makefile
@@ -1,5 +1,6 @@
PORTNAME= libkdepim
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= deskutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -15,10 +16,10 @@ USE_KDE= auth codecs completion config configwidgets coreaddons \
kio service wallet widgetsaddons \
ecm_build
# pim components
-USE_KDE+= akonadi akonadicontacts akonadisearch contacts ldap mime
-USE_QT= concurrent core dbus designer gui network testlib uiplugin uitools \
+USE_KDE+= akonadi akonadicontacts akonadisearch contacts ldap mime
+USE_QT= concurrent core dbus designer gui network uiplugin uitools \
widgets xml \
- buildtools_build qmake_build
+ buildtools_build qmake_build testlib_build
USE_LDCONFIG= yes