summaryrefslogtreecommitdiff
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
parentAdopt port (diff)
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
-rw-r--r--editors/conglomerate/Makefile2
-rw-r--r--games/gnomebreakout/Makefile2
-rw-r--r--games/gnomekiss/Makefile2
-rw-r--r--games/teg/Makefile2
-rw-r--r--graphics/diacanvas2/Makefile2
-rw-r--r--sysutils/gksu/Makefile3
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