aboutsummaryrefslogtreecommitdiff
path: root/games/teg
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-12-12 17:11:22 +0000
committerJohn Marino <marino@FreeBSD.org>2014-12-12 17:11:22 +0000
commit4a65d405dad24bd6aedb07336201e8e26759a42d (patch)
tree9b6321ee30e9b099c44c2f83f2c20a868b844d51 /games/teg
parent07aba5eee3712ee9369526fd5a5a4bd81107e64d (diff)
downloadports-4a65d405dad24bd6aedb07336201e8e26759a42d.tar.gz
ports-4a65d405dad24bd6aedb07336201e8e26759a42d.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.
Notes
Notes: svn path=/head/; revision=374598
Diffstat (limited to 'games/teg')
-rw-r--r--games/teg/Makefile2
1 files changed, 1 insertions, 1 deletions
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}