aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-07-07 11:25:32 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-07-07 12:59:11 +0000
commit158944b89e6532daf6e1c9d6b635694273a8685d (patch)
tree9d0422a0a50f606fc576e2d6cdff4cd9225c52fa
parent63f6b8a009da9ee602dab8e832a188cc5b7ab089 (diff)
net/kmime: reduce dependencies
- boost is a build-dep - kdelibs4support isn't needed
-rw-r--r--net/kmime/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/kmime/Makefile b/net/kmime/Makefile
index d883e6bb063b..5c53acbf2427 100644
--- a/net/kmime/Makefile
+++ b/net/kmime/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kmime
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -7,10 +8,10 @@ COMMENT= Library for handling MIME data
LICENSE= LGPL21
-LIB_DEPENDS= libboost_system.so:devel/boost-libs
+BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
-USE_KDE= codecs ecm emoticons i18n init itemmodels itemviews kdelibs4support
+USE_KDE= codecs ecm emoticons i18n init itemmodels itemviews
USE_QT= core \
buildtools_build qmake_build
USE_LDCONFIG= yes