svn commit: r450712 - head/games/super_methane_brothers
Jan Beich
jbeich at FreeBSD.org
Wed Sep 27 05:09:31 UTC 2017
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
More information about the svn-ports-head
mailing list