svn commit: r425904 - head/games/openttd

Jan Beich jbeich at FreeBSD.org
Fri Nov 11 19:04:10 UTC 2016


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


More information about the svn-ports-all mailing list