Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2021 05:04:04 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 93dc98507f90 - main - polish/kadu: add missing dependency on testlib
Message-ID:  <202107150504.16F544rk040056@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=93dc98507f902200c1ef6d6eeb088dac3fda5b6d

commit 93dc98507f902200c1ef6d6eeb088dac3fda5b6d
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2021-07-15 05:03:25 +0000
Commit:     Tobias C. Berner <tcberner@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107150504.16F544rk040056>