diff options
author | johans <johans@FreeBSD.org> | 2015-03-22 03:55:25 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2015-03-22 03:55:25 +0800 |
commit | 3699985ef021f7aaa086c178b04725473c36ec11 (patch) | |
tree | 77d1d211b43d4b5d9c9c5123e85e12ee696c8d72 /games | |
parent | d498924a2205c91656b6a3b01fa97e35a0268d3c (diff) | |
download | freebsd-ports-graphics-3699985ef021f7aaa086c178b04725473c36ec11.tar.gz freebsd-ports-graphics-3699985ef021f7aaa086c178b04725473c36ec11.tar.zst freebsd-ports-graphics-3699985ef021f7aaa086c178b04725473c36ec11.zip |
Fix build without X11
Diffstat (limited to 'games')
-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 b0309ad6b06..2f9298d7a33 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -56,7 +56,7 @@ CONFIGURE_ARGS+=--enable-client=gtk CONFLICTS= freeciv-nox11-[0-9]* PLIST_SUB+= GTK="" .else -CONFIGURE_ARGS+=--enable-client=no +CONFIGURE_ARGS+=--enable-client=no --enable-fcmp=no CONFLICTS= freeciv-[0-9]* PLIST_SUB+= GTK="@comment " .endif |