diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-01-25 19:55:00 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-01-25 19:55:00 +0000 |
commit | fe7d4f05a70be339379e7114af58ae9c26e14bbe (patch) | |
tree | 8a403eb3accf73c65a486b27cdab39b76ec54590 /games | |
parent | 904b16f6c0dec3b59437051fead6deb52e0a2766 (diff) | |
download | ports-fe7d4f05a70be339379e7114af58ae9c26e14bbe.tar.gz ports-fe7d4f05a70be339379e7114af58ae9c26e14bbe.zip |
Mark BROKEN: does not build
Notes
Notes:
svn path=/head/; revision=206200
Diffstat (limited to 'games')
-rw-r--r-- | games/sturmbahnfahrer/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/sturmbahnfahrer/Makefile b/games/sturmbahnfahrer/Makefile index be2b6732f1b6..113a97932dbe 100644 --- a/games/sturmbahnfahrer/Makefile +++ b/games/sturmbahnfahrer/Makefile @@ -18,6 +18,8 @@ LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \ ${X11BASE}/lib/libode.a:${PORTSDIR}/devel/ode +BROKEN= does not build + USE_GL= yes MAKE_ENV= DATADIR="${DATADIR}" |