Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Aug 2016 19:36:24 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419455 - head/games/freeciv
Message-ID:  <201608011936.u71JaOYB055020@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Mon Aug  1 19:36:24 2016
New Revision: 419455
URL: https://svnweb.freebsd.org/changeset/ports/419455

Log:
  Minor cleanup (no functional change)
  
  Reported by:	marino

Modified:
  head/games/freeciv/Makefile

Modified: head/games/freeciv/Makefile
==============================================================================
--- head/games/freeciv/Makefile	Mon Aug  1 19:34:23 2016	(r419454)
+++ head/games/freeciv/Makefile	Mon Aug  1 19:36:24 2016	(r419455)
@@ -31,7 +31,7 @@ OPTIONS_SUB=		yes
 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
+MYSQL_USES=		mysql
 IPV6_CONFIGURE_EANBALE=	ipv6
 
 .include <bsd.port.options.mk>



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