Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Oct 2016 08:19:25 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424811 - head/games/chromium-bsu
Message-ID:  <201610280819.u9S8JPTC026961@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Oct 28 08:19:25 2016
New Revision: 424811
URL: https://svnweb.freebsd.org/changeset/ports/424811

Log:
  - Add dependency on gettext-tools: msgfmt is always used to process .desktop file; fixes build with disabled NLS

Modified:
  head/games/chromium-bsu/Makefile

Modified: head/games/chromium-bsu/Makefile
==============================================================================
--- head/games/chromium-bsu/Makefile	Fri Oct 28 08:02:59 2016	(r424810)
+++ head/games/chromium-bsu/Makefile	Fri Oct 28 08:19:25 2016	(r424811)
@@ -12,7 +12,7 @@ COMMENT=	Arcade-style, top-scrolling spa
 LIB_DEPENDS=	libGLC.so:graphics/quesoglc
 
 GNU_CONFIGURE=	yes
-USES=		gmake localbase pkgconfig
+USES=		gmake gettext-tools localbase pkgconfig
 USE_SDL=	sdl2 image2
 USE_GL=		gl glu
 CONFIGURE_ARGS=	--disable-sdl \



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