git: 4bb9b7831680 - main - x11/kf5-kactivities: Trim bogus suffix after boost-libs was moved to BUILD_DEPENDS

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Sun, 20 Mar 2022 09:11:23 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4bb9b7831680073c01130159046b3327f502ea14

commit 4bb9b7831680073c01130159046b3327f502ea14
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-03-20 09:09:56 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-03-20 09:11:13 +0000

    x11/kf5-kactivities: Trim bogus suffix after boost-libs was moved to BUILD_DEPENDS
    
    PR:             257699
    Approved by:    tcberner
---
 x11/kf5-kactivities/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11/kf5-kactivities/Makefile b/x11/kf5-kactivities/Makefile
index 62dc8cf3b9b2..dbcb0ee70f62 100644
--- a/x11/kf5-kactivities/Makefile
+++ b/x11/kf5-kactivities/Makefile
@@ -5,12 +5,12 @@ CATEGORIES=	x11 kde kde-frameworks
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	KF5 runtime and library to organize work in separate activities
 
-BUILD_DEPENDS=	boost-libs>1.53.so:devel/boost-libs
+BUILD_DEPENDS=	boost-libs>1.53:devel/boost-libs
 
 USES=		cmake compiler:c++11-lib gettext kde:5 pathfix qt:5 tar:xz
 USE_KDE=	config coreaddons service \
 		ecm_build
 USE_QT=		core dbus declarative gui network sql \
-		buildtools_build qmake_build 
+		buildtools_build qmake_build
 
 .include <bsd.port.mk>