Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Nov 2016 19:04:09 +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: r425904 - head/games/openttd
Message-ID:  <201611111904.uABJ49Hx087490@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Nov 11 19:04:09 2016
New Revision: 425904
URL: https://svnweb.freebsd.org/changeset/ports/425904

Log:
  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.

Modified:
  head/games/openttd/Makefile   (contents, props changed)

Modified: head/games/openttd/Makefile
==============================================================================
--- head/games/openttd/Makefile	Fri Nov 11 18:51:42 2016	(r425903)
+++ head/games/openttd/Makefile	Fri Nov 11 19:04:09 2016	(r425904)
@@ -20,7 +20,6 @@ COMMENT=	Open source clone of Microprose
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611111904.uABJ49Hx087490>