From owner-svn-ports-head@freebsd.org Fri Nov 11 19:04:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5431BC3B881; Fri, 11 Nov 2016 19:04:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 243D414C1; Fri, 11 Nov 2016 19:04:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uABJ49PV087491; Fri, 11 Nov 2016 19:04:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uABJ49Hx087490; Fri, 11 Nov 2016 19:04:09 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611111904.uABJ49Hx087490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 11 Nov 2016 19:04:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425904 - head/games/openttd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2016 19:04:10 -0000 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