diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-04-16 18:34:25 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-04-16 18:34:25 +0000 |
commit | 5e24d00a426ba9555c37640e1652549d586cb5fa (patch) | |
tree | 0ba4e3a5a5478cfa005c329c7f876291f3322c43 /games/freeciv | |
parent | 7de8e2a25604e6c919e841ba627f6707cda40025 (diff) |
Notes
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 57cbb9eec1b8..28e0f79c3d26 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -3,7 +3,7 @@ PORTNAME= freeciv PORTVERSION= 2.5.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} \ http://download.gna.org/freeciv/stable/ @@ -33,7 +33,7 @@ SDL_CONFIGURE_ON= --enable-client=gtk,sdl SDL_USE= SDL=sdl,image,ttf,gfx MYSQL_CONFIGURE_ON= --enable-fcdb=mysql --with-mysql-prefix=${LOCALBASE} MYSQL_USES= mysql -IPV6_CONFIGURE_EANBALE= ipv6 +IPV6_CONFIGURE_ENABLE= ipv6 NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls |