diff options
author | John Marino <marino@FreeBSD.org> | 2014-12-12 17:11:22 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-12-12 17:11:22 +0000 |
commit | 4a65d405dad24bd6aedb07336201e8e26759a42d (patch) | |
tree | 9b6321ee30e9b099c44c2f83f2c20a868b844d51 /games/gnomebreakout | |
parent | 07aba5eee3712ee9369526fd5a5a4bd81107e64d (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
Diffstat (limited to 'games/gnomebreakout')
-rw-r--r-- | games/gnomebreakout/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |