aboutsummaryrefslogtreecommitdiff
path: root/games/kpat
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 /games/kpat
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 'games/kpat')
-rw-r--r--games/kpat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/kpat/Makefile b/games/kpat/Makefile
index e04e0e20e6e7..8e268b94975b 100644
--- a/games/kpat/Makefile
+++ b/games/kpat/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kpat
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= games kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -16,7 +17,7 @@ USE_KDE= attica auth codecs completion config configwidgets coreaddons \
textwidgets widgetsaddons xmlgui \
ecm_build
USE_QT= concurrent core dbus declarative gui network phonon4 svg widgets xml \
- buildtools_build qmake_build
+ buildtools_build qmake_build testlib_build
CMAKE_ON= WITH_BH_SOLVER
OPTIONS_DEFINE= DOCS