Date: Sun, 11 Jul 2021 20:44:17 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: 0e6de10da54c - main - misc/kookbook: fix build due to missing build-deps Message-ID: <202107112044.16BKiHLK085642@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=0e6de10da54c8808638eef8740beea003115c99c commit 0e6de10da54c8808638eef8740beea003115c99c Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2021-07-11 18:57:26 +0000 Commit: Adriaan de Groot <adridg@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107112044.16BKiHLK085642>