diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-07-30 18:12:07 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-07-30 18:12:07 +0000 |
commit | f7440a34afb8c3d06f4ca8866022dbd9412d5fad (patch) | |
tree | 51d8a9b84904cf524c32cdd2a43e966a52d856aa | |
parent | b2a29737c545d8554c4c95e1a5096b6b0b1a3a95 (diff) | |
download | ports-f7440a34afb8c3d06f4ca8866022dbd9412d5fad.tar.gz ports-f7440a34afb8c3d06f4ca8866022dbd9412d5fad.zip |
games/freeciv: add hidden dependency on devel/icu (+)
Reported by: pkg-fallout
-rw-r--r-- | games/freeciv/Makefile | 2 |
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 \ |