diff options
author | pav <pav@FreeBSD.org> | 2011-11-05 06:19:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-11-05 06:19:36 +0800 |
commit | 7e799edf9c48b58a284dc5433054d6dbd8187c2c (patch) | |
tree | 0cbf71b71edb4dc8274954879f85591d3470001e /games/toycars | |
parent | 2d4fa0928b330941a7179ca42c181f2166b1ac5a (diff) | |
download | freebsd-ports-gnome-7e799edf9c48b58a284dc5433054d6dbd8187c2c.tar.gz freebsd-ports-gnome-7e799edf9c48b58a284dc5433054d6dbd8187c2c.tar.zst freebsd-ports-gnome-7e799edf9c48b58a284dc5433054d6dbd8187c2c.zip |
- Mark BROKEN: does not compile with new fltk
Reported by: pointyhat
Diffstat (limited to 'games/toycars')
-rw-r--r-- | games/toycars/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/toycars/Makefile b/games/toycars/Makefile index e25a66a69713..85733bf01296 100644 --- a/games/toycars/Makefile +++ b/games/toycars/Makefile @@ -16,6 +16,8 @@ COMMENT= Physics-based 2D racing game LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk +BROKEN= does not compile + USE_SDL= image sdl USE_GL= gl glu USE_GMAKE= yes |