diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2024-11-20 13:02:54 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2024-11-20 13:05:23 +0300 |
commit | d31374f2526cda322eeb6d14877c0af68a3654da (patch) | |
tree | 518056b4dc25a2bb02b2e33318801792bcc2304a | |
parent | graphics/synfig: mark as BROKEN, fails to build with boost-1.86+ (diff) |
games/valyriatear: mark as BROKEN, fails to build with boost-1.86+
Sponsored by: Future Crew, LLC
-rw-r--r-- | games/valyriatear/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/valyriatear/Makefile b/games/valyriatear/Makefile index 0e0a77ef7967..0d2b0f5e7df2 100644 --- a/games/valyriatear/Makefile +++ b/games/valyriatear/Makefile @@ -12,6 +12,8 @@ WWW= https://valyriatear.blogspot.com/ # GPLv2, GPLv3 (with font exception), OFL-1.1, CC0, CC-BY-3, and CC-BY-SA-3. LICENSE= GPLv2 +BROKEN= fails to build with boost-1.86+ + LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libvorbis.so:audio/libvorbis \ libpng.so:graphics/png |