aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-10-28 16:19:25 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-10-28 16:19:25 +0800
commit2e67895ae42d44cb1f1f53c2fa9e7f00ea8c9a6e (patch)
tree9bb508449ba24011eb21fd0fdc8f24c2d6ad1dfe
parent10255ae5dd887560a215147c02f2844b75eabf41 (diff)
downloadfreebsd-ports-gnome-2e67895ae42d44cb1f1f53c2fa9e7f00ea8c9a6e.tar.gz
freebsd-ports-gnome-2e67895ae42d44cb1f1f53c2fa9e7f00ea8c9a6e.tar.zst
freebsd-ports-gnome-2e67895ae42d44cb1f1f53c2fa9e7f00ea8c9a6e.zip
- Add dependency on gettext-tools: msgfmt is always used to process .desktop file; fixes build with disabled NLS
-rw-r--r--games/chromium-bsu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/chromium-bsu/Makefile b/games/chromium-bsu/Makefile
index 04d9e698d125..f24fe0d55c97 100644
--- a/games/chromium-bsu/Makefile
+++ b/games/chromium-bsu/Makefile
@@ -12,7 +12,7 @@ COMMENT= Arcade-style, top-scrolling space shooter
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 \