aboutsummaryrefslogtreecommitdiff
path: root/games/freeciv
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-07-30 18:12:07 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-07-30 18:12:07 +0000
commitf7440a34afb8c3d06f4ca8866022dbd9412d5fad (patch)
tree51d8a9b84904cf524c32cdd2a43e966a52d856aa /games/freeciv
parentb2a29737c545d8554c4c95e1a5096b6b0b1a3a95 (diff)
downloadports-f7440a34afb8c3d06f4ca8866022dbd9412d5fad.tar.gz
ports-f7440a34afb8c3d06f4ca8866022dbd9412d5fad.zip
games/freeciv: add hidden dependency on devel/icu (+)
Reported by: pkg-fallout
Diffstat (limited to 'games/freeciv')
-rw-r--r--games/freeciv/Makefile2
1 files changed, 2 insertions, 0 deletions
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 \