aboutsummaryrefslogtreecommitdiff
path: root/polish
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2021-07-15 05:03:25 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2021-07-15 05:03:25 +0000
commit93dc98507f902200c1ef6d6eeb088dac3fda5b6d (patch)
tree9af84e154f52b20f0e5a13a36c0df6bce07c0f68 /polish
parent711845c3350aee3b7cad8283fea81ec69531d8f3 (diff)
downloadports-93dc98507f902200c1ef6d6eeb088dac3fda5b6d.tar.gz
ports-93dc98507f902200c1ef6d6eeb088dac3fda5b6d.zip
polish/kadu: add missing dependency on testlib
The port was previously getting that dependency transitively.
Diffstat (limited to 'polish')
-rw-r--r--polish/kadu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile
index a76f8b92d13a..3bf04a926215 100644
--- a/polish/kadu/Makefile
+++ b/polish/kadu/Makefile
@@ -40,7 +40,8 @@ USE_XORG= x11 xext xfixes xscrnsaver
USE_GNOME= glib20
USE_QT= concurrent core dbus declarative gui multimedia network \
script scripttools sql webkit widgets x11extras \
- xml xmlpatterns buildtools_build linguisttools_build \
+ xml xmlpatterns \
+ buildtools_build linguisttools_build testlib_build \
qmake_build imageformats_run sql-sqlite3_run
# Setting KADU_VERSION disables git invocation
CMAKE_ARGS= -DKADU_VERSION:STRING="${DISTVERSION}" -DWITH_ENCHANT=ON \