From 4a65d405dad24bd6aedb07336201e8e26759a42d Mon Sep 17 00:00:00 2001 From: John Marino Date: Fri, 12 Dec 2014 17:11:22 +0000 Subject: 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. --- games/teg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/teg') 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} -- cgit v1.2.3