aboutsummaryrefslogtreecommitdiff
path: root/net/libkgapi
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2018-09-02 10:15:13 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2018-09-02 10:15:13 +0000
commitac5a6537f624233e8cffeb019955c37de025b52b (patch)
tree2036f88afcd4be2a40e54a4d1ee25a3b18e9474a /net/libkgapi
parent3dde609ecf7c92217bd7037bee35b5476b9a6b64 (diff)
Notes
Diffstat (limited to 'net/libkgapi')
-rw-r--r--net/libkgapi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/libkgapi/Makefile b/net/libkgapi/Makefile
index 5d21a80aa453..badca50c116d 100644
--- a/net/libkgapi/Makefile
+++ b/net/libkgapi/Makefile
@@ -12,6 +12,9 @@ LICENSE= LGPL21
LIB_DEPENDS= libical.so:devel/libical \
libsasl2.so:security/cyrus-sasl2
+CONFLICTS_BUILD= kdepim-runtime-18.0[04]* \
+ kdepim-runtime-17.*
+
USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash ecm emoticons guiaddons i18n iconthemes init \
@@ -26,5 +29,4 @@ USE_QT= core dbus gui location qml network printsupport quick webchannel \
USE_LDCONFIG= yes
-
.include <bsd.port.mk>