git: 0e6de10da54c - main - misc/kookbook: fix build due to missing build-deps

Adriaan de Groot adridg at FreeBSD.org
Sun Jul 11 20:44:17 UTC 2021


The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0e6de10da54c8808638eef8740beea003115c99c

commit 0e6de10da54c8808638eef8740beea003115c99c
Author:     Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-07-11 18:57:26 +0000
Commit:     Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-07-11 18:57:26 +0000

    misc/kookbook: fix build due to missing build-deps
---
 misc/kookbook/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/misc/kookbook/Makefile b/misc/kookbook/Makefile
index eefdd72fbb81..96ff7a90dc45 100644
--- a/misc/kookbook/Makefile
+++ b/misc/kookbook/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	kookbook
 DISTVERSION=	0.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc kde
 MASTER_SITES=	KDE/unstable/${PORTNAME}/
 
@@ -13,8 +13,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	${LOCALBASE}/lib/libmarkdown.a:textproc/discount
 
 USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
-USE_QT=		core declarative gui network printsupport widgets \
-		qmake_build buildtools_build
 USE_KDE=	ecm_build
+USE_QT=		core declarative gui network printsupport widgets \
+		qmake_build buildtools_build testlib_build
 
 .include <bsd.port.mk>


More information about the dev-commits-ports-all mailing list