aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-01-26 12:06:59 +0800
committerkris <kris@FreeBSD.org>2006-01-26 12:06:59 +0800
commit27760a7a0f6ea543d2744d2061e94d9ecbcf9d43 (patch)
tree8b8b7f3894769023d6c407b4c76013c5bfd007a2 /games
parent818acba7af14ea1eeac98c726d363b0d3bf0228b (diff)
downloadfreebsd-ports-gnome-27760a7a0f6ea543d2744d2061e94d9ecbcf9d43.tar.gz
freebsd-ports-gnome-27760a7a0f6ea543d2744d2061e94d9ecbcf9d43.tar.zst
freebsd-ports-gnome-27760a7a0f6ea543d2744d2061e94d9ecbcf9d43.zip
Add missing USE_GETTEXT
Diffstat (limited to 'games')
-rw-r--r--games/dopewars/Makefile1
-rw-r--r--games/heroes/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile
index 622f2aa34608..fc00b45794dc 100644
--- a/games/dopewars/Makefile
+++ b/games/dopewars/Makefile
@@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= dopewars
MAINTAINER= petef@FreeBSD.org
COMMENT= A UNIX rewrite of a game originally based on "Drug Wars"
+USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gtk12
diff --git a/games/heroes/Makefile b/games/heroes/Makefile
index c9583ab6132e..31147543e9a3 100644
--- a/games/heroes/Makefile
+++ b/games/heroes/Makefile
@@ -36,6 +36,7 @@ USE_SDL= mixer sdl
USE_GETOPT_LONG= yes
USE_GMAKE= yes
USE_ICONV= yes
+USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \