diff options
author | Johan van Selst <johans@FreeBSD.org> | 2016-08-01 19:36:24 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2016-08-01 19:36:24 +0000 |
commit | 41424bdc5285d9fb4a2489877583bed38fed8344 (patch) | |
tree | ced346fd7a166f0537a6a2550642479541b72489 | |
parent | 3d395569c42e2fb091fe8ef600ca7dcc6a0cde52 (diff) | |
download | ports-41424bdc5285d9fb4a2489877583bed38fed8344.tar.gz ports-41424bdc5285d9fb4a2489877583bed38fed8344.zip |
Notes
-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 aa1e2273529c..a737f256fac8 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> |