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. --- editors/conglomerate/Makefile | 2 +- games/gnomebreakout/Makefile | 2 +- games/gnomekiss/Makefile | 2 +- games/teg/Makefile | 2 +- graphics/diacanvas2/Makefile | 2 +- sysutils/gksu/Makefile | 3 ++- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index f727bb0fb531..2cc913a67a3c 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNOME2 visual XML editor with emphasis on DocBook editing INSTALLS_OMF= yes -USES= desktop-file-utils gmake pathfix pkgconfig +USES= desktop-file-utils gettext-tools gmake pathfix pkgconfig USE_GNOME= libgnomeui gtksourceview gnomeprefix intlhack GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include 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} diff --git a/graphics/diacanvas2/Makefile b/graphics/diacanvas2/Makefile index 2f9f9aa07570..54392e587f54 100644 --- a/graphics/diacanvas2/Makefile +++ b/graphics/diacanvas2/Makefile @@ -13,7 +13,7 @@ COMMENT= General drawing canvas from dia dialog editor LICENSE= GPLv2 -USES= gmake libtool pathfix pkgconfig python +USES= gettext-tools gmake libtool pathfix pkgconfig python USE_GNOME= pygnome2 USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/sysutils/gksu/Makefile b/sysutils/gksu/Makefile index 78aed6fa1fb9..e99cdf3b2703 100644 --- a/sysutils/gksu/Makefile +++ b/sysutils/gksu/Makefile @@ -14,7 +14,8 @@ LIB_DEPENDS= libgksu2.so:${PORTSDIR}/sysutils/libgksu \ libnautilus-extension.so:${PORTSDIR}/x11-fm/nautilus \ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring -USES= desktop-file-utils gmake libtool pathfix pkgconfig +USES= desktop-file-utils gettext-tools gmake libtool pathfix \ + pkgconfig USE_GNOME= gconf2 gnomeprefix gtk20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes -- cgit v1.2.3