git: 158944b89e65 - main - net/kmime: reduce dependencies

Adriaan de Groot adridg at FreeBSD.org
Wed Jul 7 12:59:16 UTC 2021


The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=158944b89e6532daf6e1c9d6b635694273a8685d

commit 158944b89e6532daf6e1c9d6b635694273a8685d
Author:     Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-07-07 11:25:32 +0000
Commit:     Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-07-07 12:59:11 +0000

    net/kmime: reduce dependencies
    
    - boost is a build-dep
    - kdelibs4support isn't needed
---
 net/kmime/Makefile | 5 +++--
 1 file 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 at 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


More information about the dev-commits-ports-main mailing list