diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-25 17:35:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-25 17:35:00 +0800 |
commit | 64a2e76c3a87c3046bda2275cd1526c7e3ddefe5 (patch) | |
tree | 676b51ebd0067dcb09e82006d940a1c20a937b64 /games | |
parent | 8b7f2ff255a2dcc6b5c0273f8548fae02ef4bdf2 (diff) | |
download | freebsd-ports-gnome-64a2e76c3a87c3046bda2275cd1526c7e3ddefe5.tar.gz freebsd-ports-gnome-64a2e76c3a87c3046bda2275cd1526c7e3ddefe5.tar.zst freebsd-ports-gnome-64a2e76c3a87c3046bda2275cd1526c7e3ddefe5.zip |
- Mark broken with boost 1.62
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= * |