diff options
author | johans <johans@FreeBSD.org> | 2016-08-01 19:36:24 +0000 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2016-08-01 19:36:24 +0000 |
commit | 5028fae8eedb48faa8e1a175f0ec06a4866cdf07 (patch) | |
tree | ced346fd7a166f0537a6a2550642479541b72489 /games/freeciv | |
parent | a1c0d2b876cce86fd970958579aefb68bbc9bf47 (diff) | |
download | FreeBSD-ports-5028fae8eedb48faa8e1a175f0ec06a4866cdf07.zip FreeBSD-ports-5028fae8eedb48faa8e1a175f0ec06a4866cdf07.tar.gz |
Minor cleanup (no functional change)
Reported by: marino
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index aa1e227..a737f256f 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -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> |