diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2019-05-12 18:03:50 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2019-05-12 18:03:50 +0000 |
commit | 818f1bebc01b2760e8f1dbc65c3b5c531d6872a1 (patch) | |
tree | 036e1a33a1760a4a4274499d23b70110931394c3 /deskutils | |
parent | dca7817c29cd040221d08ef5471d2acf99088dbd (diff) |
Notes
Diffstat (limited to 'deskutils')
-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 |