git: 311f9ba169e1 - main - databases/kexi: fix build by nmaking testlib dependency explicit

From: Adriaan de Groot <adridg_at_FreeBSD.org>
Date: Mon, 13 Dec 2021 11:37:55 UTC
The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=311f9ba169e17fa141fd6a075ee703b6a7da578f

commit 311f9ba169e17fa141fd6a075ee703b6a7da578f
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-12-13 11:34:06 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2021-12-13 11:37:54 +0000

    databases/kexi: fix build by nmaking testlib dependency explicit
    
    Another one of the "testlib was a runtime dependency of *something*
    in the stack and was used implicitly here" fixes. Even though tests
    are turned off through CMake arguments, testlib is still needed
    at configure time.
---
 databases/kexi/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/databases/kexi/Makefile b/databases/kexi/Makefile
index 261295c2ead4..942aaef75210 100644
--- a/databases/kexi/Makefile
+++ b/databases/kexi/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=		kexi
 DISTVERSION=		3.2.0
-PORTREVISION=		3
+PORTREVISION=		4
 CATEGORIES=		databases kde
 MASTER_SITES=		KDE/stable/${PORTNAME}/src
 DIST_SUBDIR=		KDE/${PORTNAME}
@@ -21,7 +21,7 @@ USE_KDE=		auth bookmarks codecs completion config \
 			solid sonnet texteditor textwidgets widgetsaddons \
 			xmlgui breeze-icons_build
 USE_QT=			concurrent core dbus declarative gui network printsupport webkit widgets xml \
-			buildtools_build qmake_build
+			buildtools_build qmake_build testlib_build
 
 CONFLICTS_INSTALL=	calligra-2*