From f369688ae0041d97e7914fcfdd48366e48aa5d62 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Wed, 13 May 2020 06:27:10 +0000 Subject: - Update `devel/abseil' to version 20200225.2 - Install shared libraries rather than static - Fix typo in the port description while here PR: 246396 Submitted by: sunpoet Reported by: portscout (also) --- devel/abseil/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/abseil/Makefile') diff --git a/devel/abseil/Makefile b/devel/abseil/Makefile index ddeb0fad1066..79816c310b50 100644 --- a/devel/abseil/Makefile +++ b/devel/abseil/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= abseil -PORTVERSION= g20190703 -PORTREVISION= 1 +PORTVERSION= 20200225.2 CATEGORIES= devel MAINTAINER= danfe@FreeBSD.org @@ -14,7 +13,8 @@ LICENSE= APACHE20 USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_PROJECT= ${PORTNAME}-cpp -GH_TAGNAME= 74d9175 + +CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON post-install: # XXX: should fix CMakeLists.txt instead of removing empty directories -- cgit v1.2.3