diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-11-25 09:35:00 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-11-25 09:35:00 +0000 |
commit | 8fa80c76360abd1af74b536a8f0ef91b92db2133 (patch) | |
tree | 676b51ebd0067dcb09e82006d940a1c20a937b64 /games | |
parent | faef71983b8dc9f11c5346431b35c7ffffe8517a (diff) | |
download | ports-8fa80c76360abd1af74b536a8f0ef91b92db2133.tar.gz ports-8fa80c76360abd1af74b536a8f0ef91b92db2133.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/plee-the-bear/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/plee-the-bear/Makefile b/games/plee-the-bear/Makefile index 26d6027b90f0..09abb6a3ea08 100644 --- a/games/plee-the-bear/Makefile +++ b/games/plee-the-bear/Makefile @@ -18,15 +18,16 @@ BUILD_DEPENDS= docbook-to-man:textproc/docbook-to-man LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libclaw_application.so:devel/libclaw -USE_SDL= sdl mixer -USE_GL= gl glu -INSTALLS_ICONS= yes -USE_LDCONFIG= yes +BROKEN= does not build with boost 1.62 # gettext dep is unconditional; NLS option just disables translations install USES= cmake gettext CMAKE_ARGS= -Dlibclaw_DIR="${LOCALBASE}/share/libclaw/cmake" \ -DBEAR_NO_EDITOR=YES +USE_SDL= sdl mixer +USE_GL= gl glu +INSTALLS_ICONS= yes +USE_LDCONFIG= yes PORTDATA= * |