svn commit: r381842 - head/games/freeciv

Johan van Selst johans at FreeBSD.org
Sat Mar 21 19:55:26 UTC 2015


Author: johans
Date: Sat Mar 21 19:55:25 2015
New Revision: 381842
URL: https://svnweb.freebsd.org/changeset/ports/381842
QAT: https://qat.redports.org/buildarchive/r381842/

Log:
  Fix build without X11

Modified:
  head/games/freeciv/Makefile

Modified: head/games/freeciv/Makefile
==============================================================================
--- head/games/freeciv/Makefile	Sat Mar 21 19:55:25 2015	(r381841)
+++ head/games/freeciv/Makefile	Sat Mar 21 19:55:25 2015	(r381842)
@@ -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


More information about the svn-ports-head mailing list