diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-11-12 03:04:09 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-11-12 03:04:09 +0800 |
commit | 973c516a97ebd4585d1e3fed075d05fd3e52c6a1 (patch) | |
tree | cc5ad05356d12c91aa6792156ce37102d204977b | |
parent | 451fa5e26d709d635f1c8ff7810f0e70a7078526 (diff) | |
download | freebsd-ports-gnome-973c516a97ebd4585d1e3fed075d05fd3e52c6a1.tar.gz freebsd-ports-gnome-973c516a97ebd4585d1e3fed075d05fd3e52c6a1.tar.zst freebsd-ports-gnome-973c516a97ebd4585d1e3fed075d05fd3e52c6a1.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.
-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 |