Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Dec 2021 11:37:55 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 311f9ba169e1 - main - databases/kexi: fix build by nmaking testlib dependency explicit
Message-ID:  <202112131137.1BDBbtTG053176@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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*
 



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