diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-11-12 03:04:09 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-11-12 03:04:09 +0800 |
commit | b5da4d1156103aa746f56076601b3ea9e2b0315c (patch) | |
tree | cc5ad05356d12c91aa6792156ce37102d204977b /games/openttd | |
parent | 78052a2932a5225a95c506988181edca3c25da25 (diff) | |
download | freebsd-ports-gnome-b5da4d1156103aa746f56076601b3ea9e2b0315c.tar.gz freebsd-ports-gnome-b5da4d1156103aa746f56076601b3ea9e2b0315c.tar.zst freebsd-ports-gnome-b5da4d1156103aa746f56076601b3ea9e2b0315c.zip |
games/openttd: move ICU dep where it belongs
Before r425890 ICU was pulled via INSTALLS_ICONS. It's also not used
even if installed for dedicated server build.
Diffstat (limited to 'games/openttd')
-rw-r--r-- | games/openttd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 41accfc62d18..89b02ff7eaca 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -20,7 +20,6 @@ COMMENT= Open source clone of Microprose Transport Tycoon Deluxe LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png \ - libicui18n.so:devel/icu \ liblzo2.so:archivers/lzo2 USES= cpe gmake pkgconfig tar:xz @@ -58,6 +57,7 @@ CFLAGS+= -I${LOCALBASE}/include USE_RC_SUBR= ${PORTNAME} .else LIB_DEPENDS+= libfreetype.so:print/freetype2 \ + libicui18n.so:devel/icu \ libfontconfig.so:x11-fonts/fontconfig USE_SDL= sdl INSTALLS_ICONS= yes |