git: 93dc98507f90 - main - polish/kadu: add missing dependency on testlib
Tobias C. Berner
tcberner at FreeBSD.org
Thu Jul 15 05:04:05 UTC 2021
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=93dc98507f902200c1ef6d6eeb088dac3fda5b6d
commit 93dc98507f902200c1ef6d6eeb088dac3fda5b6d
Author: Tobias C. Berner <tcberner at FreeBSD.org>
AuthorDate: 2021-07-15 05:03:25 +0000
Commit: Tobias C. Berner <tcberner at FreeBSD.org>
CommitDate: 2021-07-15 05:03:25 +0000
polish/kadu: add missing dependency on testlib
The port was previously getting that dependency transitively.
---
polish/kadu/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 \
More information about the dev-commits-ports-all
mailing list