diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-12 22:27:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-12 22:27:41 +0800 |
commit | 066bd1034391756c8e500873e178acf8d470a594 (patch) | |
tree | b447de87d942648bf43ef862e80bb4ecee28297b /games | |
parent | 6ab3ed14b43cad044548b7f96893ef9bc7ecd081 (diff) | |
download | freebsd-ports-gnome-066bd1034391756c8e500873e178acf8d470a594.tar.gz freebsd-ports-gnome-066bd1034391756c8e500873e178acf8d470a594.tar.zst freebsd-ports-gnome-066bd1034391756c8e500873e178acf8d470a594.zip |
- mark broken (fails to build with new cmake)
Reported by: pointyhat
Diffstat (limited to 'games')
-rw-r--r-- | games/vavoom/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/vavoom/Makefile b/games/vavoom/Makefile index f73c327b4d03..2b23394f61c9 100644 --- a/games/vavoom/Makefile +++ b/games/vavoom/Makefile @@ -33,6 +33,8 @@ OPTIONS= ALLEGRO "Use Allegro for hardware API" off \ SUB_FILES= pkg-message +BROKEN= fails to build with new cmake. + .include <bsd.port.pre.mk> # The `-fno-strict-aliasing' flag (default on FreeBSD 6.0+) produces |