misc/kookbook: fix build due to missing build-deps

This commit is contained in:
Adriaan de Groot 2021-07-11 20:57:26 +02:00
parent 38842cbd3b
commit 0e6de10da5

View file

@ -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>