svn commit: r426529 - head/games/openttd

Jan Beich jbeich at FreeBSD.org
Sat Nov 19 18:23:20 UTC 2016


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


More information about the svn-ports-all mailing list