svn commit: r499107 - head/games/freeciv

Tobias Kortkamp tobik at FreeBSD.org
Tue Apr 16 18:34:26 UTC 2019


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
 


More information about the svn-ports-head mailing list