diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-04 13:04:26 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-04 13:04:26 +0000 |
commit | 6b4eed90d37683064c4c8b0f2280c71b969f3d4e (patch) | |
tree | e32b777aa5f91992231e262e5ad6a0d7adb16ca9 /games/boswars | |
parent | a55d296ada08a8e03bbbb3b6cddb25ff87a6f0b5 (diff) | |
download | ports-6b4eed90d37683064c4c8b0f2280c71b969f3d4e.tar.gz ports-6b4eed90d37683064c4c8b0f2280c71b969f3d4e.zip |
Notes
Diffstat (limited to 'games/boswars')
-rw-r--r-- | games/boswars/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/boswars/Makefile b/games/boswars/Makefile index 892602b80126..291441ace5c1 100644 --- a/games/boswars/Makefile +++ b/games/boswars/Makefile @@ -14,6 +14,8 @@ COMMENT= Futuristic real-time strategy game LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN= fails to build + LIB_DEPENDS= libpng.so:graphics/png \ libtheora.so:multimedia/libtheora \ libvorbis.so:audio/libvorbis |