aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-07-11 18:57:26 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-07-11 18:57:26 +0000
commit0e6de10da54c8808638eef8740beea003115c99c (patch)
tree9ca6d9c783339c54ef91081d375e6401d65a1929
parent38842cbd3bd3be2fef79352a930904c2beed2750 (diff)
downloadports-0e6de10da54c8808638eef8740beea003115c99c.tar.gz
ports-0e6de10da54c8808638eef8740beea003115c99c.zip
misc/kookbook: fix build due to missing build-deps
-rw-r--r--misc/kookbook/Makefile6
1 files 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>