aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2015-03-22 03:55:25 +0800
committerjohans <johans@FreeBSD.org>2015-03-22 03:55:25 +0800
commit3699985ef021f7aaa086c178b04725473c36ec11 (patch)
tree77d1d211b43d4b5d9c9c5123e85e12ee696c8d72 /games
parentd498924a2205c91656b6a3b01fa97e35a0268d3c (diff)
downloadfreebsd-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/Makefile2
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