aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-12-13 01:11:22 +0800
committermarino <marino@FreeBSD.org>2014-12-13 01:11:22 +0800
commitf1d85315422744cec8d343266e396c8375616533 (patch)
tree9b6321ee30e9b099c44c2f83f2c20a868b844d51 /games
parent07fffa85627f3fa0ee4500025c66a9937e23306b (diff)
downloadfreebsd-ports-gnome-f1d85315422744cec8d343266e396c8375616533.tar.gz
freebsd-ports-gnome-f1d85315422744cec8d343266e396c8375616533.tar.zst
freebsd-ports-gnome-f1d85315422744cec8d343266e396c8375616533.zip
USES+= gettext-tools on 6 ports
These ports require msgfmt. FreeBSD doesn't fail to build these ports because a default option on gvfs brings in this tool. The same gvfs option is off by default on DragonFly and thus the missing dependencies were unmasked. Explicitly add gettext-tools to get msgfmt.
Diffstat (limited to 'games')
-rw-r--r--games/gnomebreakout/Makefile2
-rw-r--r--games/gnomekiss/Makefile2
-rw-r--r--games/teg/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/games/gnomebreakout/Makefile b/games/gnomebreakout/Makefile
index 75b8b80be283..02daefa6d346 100644
--- a/games/gnomebreakout/Makefile
+++ b/games/gnomebreakout/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME version of the classic breakout game
-USES= pathfix pkgconfig
+USES= gettext-tools pathfix pkgconfig
USE_GNOME= gnomeprefix libgnomeui
USE_XORG= x11
GNU_CONFIGURE= yes
diff --git a/games/gnomekiss/Makefile b/games/gnomekiss/Makefile
index e3dbb365c48c..f01d40f7c9fe 100644
--- a/games/gnomekiss/Makefile
+++ b/games/gnomekiss/Makefile
@@ -12,7 +12,7 @@ COMMENT= GNOME version of Kisekae Set System
RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha
-USES= pkgconfig
+USES= gettext-tools pkgconfig
USE_GNOME= gnomeprefix gnomehack libgnomeui
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/games/teg/Makefile b/games/teg/Makefile
index 505922dbfae5..6491f07ca9d3 100644
--- a/games/teg/Makefile
+++ b/games/teg/Makefile
@@ -13,7 +13,7 @@ COMMENT= Turn-based strategy game for GNOME
LICENSE= GPLv2 # only
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= pathfix gmake libtool iconv pkgconfig
+USES= gettext-tools gmake iconv libtool pathfix pkgconfig
USE_GNOME= gnomeprefix intlhack libgnomeui
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}