git: 52ea7e5752d8 - main - net/kpeoplevcard: fix build due to missing build-deps
Adriaan de Groot
adridg at FreeBSD.org
Sun Jul 11 18:53:29 UTC 2021
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=52ea7e5752d802979b5a33f7e7f96d9de99bb3bb
commit 52ea7e5752d802979b5a33f7e7f96d9de99bb3bb
Author: Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-07-11 17:05:00 +0000
Commit: Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-07-11 18:53:24 +0000
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
More information about the dev-commits-ports-all
mailing list