diff --git a/net/kpeoplevcard/Makefile b/net/kpeoplevcard/Makefile index 356ad17a4077..a2d4be18c57b 100644 --- a/net/kpeoplevcard/Makefile +++ b/net/kpeoplevcard/Makefile @@ -1,20 +1,22 @@ PORTNAME= kpeoplevcard DISTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= net kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Datasource plugin for KPeople to read vCard files 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 .include