diff --git a/misc/kookbook/Makefile b/misc/kookbook/Makefile index eefdd72fbb81..96ff7a90dc45 100644 --- a/misc/kookbook/Makefile +++ b/misc/kookbook/Makefile @@ -1,20 +1,20 @@ PORTNAME= kookbook DISTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc kde MASTER_SITES= KDE/unstable/${PORTNAME}/ MAINTAINER= kde@FreeBSD.org COMMENT= Recipes database with Markdown support LICENSE= MIT 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