Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2022 09:11:23 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4bb9b7831680 - main - x11/kf5-kactivities: Trim bogus suffix after boost-libs was moved to BUILD_DEPENDS
Message-ID:  <202203200911.22K9BNqD038710@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203200911.22K9BNqD038710>