svn commit: r424811 - head/games/chromium-bsu
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Oct 28 08:19:27 UTC 2016
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 \
More information about the svn-ports-head
mailing list