From 52ea7e5752d802979b5a33f7e7f96d9de99bb3bb Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sun, 11 Jul 2021 19:05:00 +0200 Subject: [PATCH] net/kpeoplevcard: fix build due to missing build-deps --- net/kpeoplevcard/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net/kpeoplevcard/Makefile b/net/kpeoplevcard/Makefile index 356ad17a4077..a2d4be18c57b 100644 --- a/net/kpeoplevcard/Makefile +++ b/net/kpeoplevcard/Makefile @@ -1,5 +1,6 @@ PORTNAME= kpeoplevcard DISTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= net kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} @@ -10,9 +11,10 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz -USE_KDE= contacts coreaddons ecm i18n people +USE_KDE= contacts coreaddons i18n people \ + ecm_build USE_QT= core gui widgets \ - buildtools_build qmake_build + buildtools_build qmake_build testlib_build PLIST_FILES= lib/cmake/KF5PeopleVCard/KF5PeopleVCardConfig.cmake \ ${QT_PLUGINDIR}/kpeople/datasource/KPeopleVCard.so