aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-05-11 05:57:35 +0800
committerAntoine Brodin <antoine@FreeBSD.org>2017-05-11 05:57:35 +0800
commit456320522c86585c14c2dc6575fc2bafab4141f9 (patch)
tree147c768b08783543445f8cf4241092c4d71e6f49 /games
parent871a7d9e8b294f382aa8b32d69faf90f08be5ace (diff)
downloadfreebsd-ports-gnome-456320522c86585c14c2dc6575fc2bafab4141f9.tar.gz
freebsd-ports-gnome-456320522c86585c14c2dc6575fc2bafab4141f9.tar.zst
freebsd-ports-gnome-456320522c86585c14c2dc6575fc2bafab4141f9.zip
Mark BROKEN: fails to build
In file included from EmberServices.cxx:19: ../../../../src/services/server/ServerService.h:32:10: fatal error: 'sigc++/object_slot.h' file not found #include <sigc++/object_slot.h> Reported by: pkg-fallout
Diffstat (limited to 'games')
-rw-r--r--games/ember/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/ember/Makefile b/games/ember/Makefile
index c3638e0e3bcb..d775eb774863 100644
--- a/games/ember/Makefile
+++ b/games/ember/Makefile
@@ -15,6 +15,8 @@ COMMENT= Ember is a WorldForge 3D client using the OGRE 3D library
LICENSE= GPLv3
+BROKEN= fails to build
+
BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so:graphics/ogre3d
RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so:graphics/ogre3d
LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 \