Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Sep 2017 05:09:30 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450712 - head/games/super_methane_brothers
Message-ID:  <201709270509.v8R59UEm050946@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Sep 27 05:09:30 2017
New Revision: 450712
URL: https://svnweb.freebsd.org/changeset/ports/450712

Log:
  games/super_methane_brothers: unbreak after r450353
  
  In file included from sources/game.cpp:28:
  In file included from sources/target.h:21:
  In file included from /usr/local/include/ClanLib-2.3/ClanLib/display.h:112:
  In file included from /usr/local/include/ClanLib-2.3/ClanLib/Display/TargetProviders/display_window_provider.h:44:
  /usr/local/include/ClanLib-2.3/ClanLib/Display/TargetProviders/../Window/display_window.h:48:10: fatal error: 'X11/Xlib.h' file not found
   #include <X11/Xlib.h>
            ^

Modified:
  head/games/super_methane_brothers/Makefile   (contents, props changed)

Modified: head/games/super_methane_brothers/Makefile
==============================================================================
--- head/games/super_methane_brothers/Makefile	Wed Sep 27 05:03:03 2017	(r450711)
+++ head/games/super_methane_brothers/Makefile	Wed Sep 27 05:09:30 2017	(r450712)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libclan23Core.so:devel/clanlib
 
-USES=		gmake pkgconfig tar:tgz
+USES=		gmake localbase pkgconfig tar:tgz
 MAKE_ENV=	METHANE_FLAGS="${CPPFLAGS}" METHANE_LIBS="${LIBS}"
 MAKE_JOBS_UNSAFE=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709270509.v8R59UEm050946>