diff options
author | kris <kris@FreeBSD.org> | 2006-01-26 07:01:34 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-26 07:01:34 +0800 |
commit | 7d80519a6dd5cd6be995c2fb5059923f6f11a098 (patch) | |
tree | 66f322ae3ef1e223bf03c44a0b9f3298642d40ec /games | |
parent | 959d7d60e039d7b7b9ae82396649aeadb207a359 (diff) | |
download | freebsd-ports-gnome-7d80519a6dd5cd6be995c2fb5059923f6f11a098.tar.gz freebsd-ports-gnome-7d80519a6dd5cd6be995c2fb5059923f6f11a098.tar.zst freebsd-ports-gnome-7d80519a6dd5cd6be995c2fb5059923f6f11a098.zip |
Add missing USE_GETTEXT
Diffstat (limited to 'games')
-rw-r--r-- | games/bomberinstinct/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/bomberinstinct/Makefile b/games/bomberinstinct/Makefile index 6950b2ae52db..33cf78486c0b 100644 --- a/games/bomberinstinct/Makefile +++ b/games/bomberinstinct/Makefile @@ -19,6 +19,7 @@ COMMENT= A nice Bomberman-like multiplayer game WRKSRC= ${WRKDIR}/${DISTNAME} USE_SDL= mixer sdl +USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_PERL5_BUILD=yes |