diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-26 12:06:59 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-26 12:06:59 +0800 |
commit | 172245e773e5d4b57c42fea16c60724a804c3733 (patch) | |
tree | 5552c554e720abe37a43ea2b4728a3e4215c8085 /games | |
parent | ed4503f6d7afa8bfe94075dbc9fb5d0687a8469b (diff) | |
download | freebsd-ports-gnome-172245e773e5d4b57c42fea16c60724a804c3733.tar.gz freebsd-ports-gnome-172245e773e5d4b57c42fea16c60724a804c3733.tar.zst freebsd-ports-gnome-172245e773e5d4b57c42fea16c60724a804c3733.zip |
Add missing USE_GETTEXT
Diffstat (limited to 'games')
-rw-r--r-- | games/dopewars/Makefile | 1 | ||||
-rw-r--r-- | games/heroes/Makefile | 1 |
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}" \ |