git: f7440a34afb8 - main - games/freeciv: add hidden dependency on devel/icu (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Jul 2022 18:13:12 UTC
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 \