Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jul 2022 18:13:12 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f7440a34afb8 - main - games/freeciv: add hidden dependency on devel/icu (+)
Message-ID:  <202207301813.26UIDCc8039198@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

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

commit f7440a34afb8c3d06f4ca8866022dbd9412d5fad
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-07-30 18:12:07 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-07-30 18:12:07 +0000

    games/freeciv: add hidden dependency on devel/icu (+)
    
    Reported by:    pkg-fallout
---
 games/freeciv/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile
index c9308218688a..5deb35801834 100644
--- a/games/freeciv/Makefile
+++ b/games/freeciv/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	freeciv
 PORTVERSION=	3.0.2
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} \
 		http://files.freeciv.org/stable/
@@ -11,6 +12,7 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libcurl.so:ftp/curl \
+		libicuuc.so:devel/icu \
 		libltdl.so:devel/libltdl
 
 USES=		autoreconf compiler:c++11-lang cpe gmake iconv libtool lua:53 \



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