Date: Sat, 19 Nov 2016 18:23:19 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426529 - head/games/openttd Message-ID: <201611191823.uAJINJFO014321@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Nov 19 18:23:19 2016 New Revision: 426529 URL: https://svnweb.freebsd.org/changeset/ports/426529 Log: games/openttd: restore right-to-left support after r426525 PR: 214384 Exp-run by: antoine Approved by: portmgr blanket Modified: head/games/openttd/Makefile (contents, props changed) Modified: head/games/openttd/Makefile ============================================================================== --- head/games/openttd/Makefile Sat Nov 19 18:22:09 2016 (r426528) +++ head/games/openttd/Makefile Sat Nov 19 18:23:19 2016 (r426529) @@ -3,7 +3,7 @@ PORTNAME= openttd DISTVERSION= 1.6.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://ca.binaries.openttd.org/binaries/releases/${DISTVERSION}/ \ http://cz.binaries.openttd.org/binaries/releases/${DISTVERSION}/ \ @@ -58,6 +58,8 @@ USE_RC_SUBR= ${PORTNAME} .else LIB_DEPENDS+= libfreetype.so:print/freetype2 \ libicui18n.so:devel/icu \ + libicu-le-hb.so:devel/icu-le-hb \ + libiculx.so:devel/icu-lx \ libfontconfig.so:x11-fonts/fontconfig USE_SDL= sdl INSTALLS_ICONS= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611191823.uAJINJFO014321>