diff options
-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> |