svn commit: r419455 - head/games/freeciv
Johan van Selst
johans at FreeBSD.org
Mon Aug 1 19:36:25 UTC 2016
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>
More information about the svn-ports-head
mailing list