From 51465be37e374307705421039a9501ff4d0e80ab Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Wed, 27 Sep 2017 05:09:30 +0000 Subject: [PATCH] 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 ^ --- games/super_methane_brothers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/super_methane_brothers/Makefile b/games/super_methane_brothers/Makefile index 5f09d6b49597..dee96306db8d 100644 --- a/games/super_methane_brothers/Makefile +++ b/games/super_methane_brothers/Makefile @@ -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