diff options
author | fluffy <fluffy@FreeBSD.org> | 2019-05-13 02:03:50 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2019-05-13 02:03:50 +0800 |
commit | 3ee45024cca150110a422cb5a3198194ac4f2c17 (patch) | |
tree | 036e1a33a1760a4a4274499d23b70110931394c3 | |
parent | 254051211642ba3e3fe97eae89e8f1e7d56c678a (diff) | |
download | freebsd-ports-gnome-3ee45024cca150110a422cb5a3198194ac4f2c17.tar.gz freebsd-ports-gnome-3ee45024cca150110a422cb5a3198194ac4f2c17.tar.zst freebsd-ports-gnome-3ee45024cca150110a422cb5a3198194ac4f2c17.zip |
- Add missed qca-qt5 cryptoengine dependency to enable public key authentication
With hat: kde
-rw-r--r-- | deskutils/kdepim-runtime/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/kdepim-runtime/Makefile b/deskutils/kdepim-runtime/Makefile index 33aa3f5a2c9a..8e18637501bf 100644 --- a/deskutils/kdepim-runtime/Makefile +++ b/deskutils/kdepim-runtime/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdepim-runtime DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -12,6 +13,7 @@ LICENSE= LGPL21 LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libcurl.so:ftp/curl \ libkolabxml.so:textproc/libkolabxml \ + libqca-qt5.so:devel/qca \ libsasl2.so:security/cyrus-sasl2 \ libxerces-c-3.2.so:textproc/xerces-c3 |