Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2019 18:34:26 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499107 - head/games/freeciv
Message-ID:  <201904161834.x3GIYQMP068266@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Apr 16 18:34:25 2019
New Revision: 499107
URL: https://svnweb.freebsd.org/changeset/ports/499107

Log:
  games/freeciv: Spell IPV6_CONFIGURE_ENABLE correctly

Modified:
  head/games/freeciv/Makefile

Modified: head/games/freeciv/Makefile
==============================================================================
--- head/games/freeciv/Makefile	Tue Apr 16 18:33:41 2019	(r499106)
+++ head/games/freeciv/Makefile	Tue Apr 16 18:34:25 2019	(r499107)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904161834.x3GIYQMP068266>