diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-02-10 18:10:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-02-10 18:10:04 +0000 |
commit | eebb48f2e5d3ce19b61d63e14c4a09d3c27e6258 (patch) | |
tree | ce8710eaff71a4477cdec5685c2c6de3340587b4 /devel/love07 | |
parent | add missing file (diff) |
- Mark BROKEN: does not compile (error: redefinition of typedef '__GLXextFuncPtr')
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=228005
Diffstat (limited to 'devel/love07')
-rw-r--r-- | devel/love07/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/love07/Makefile b/devel/love07/Makefile index 1116e2cc5b50..8184d58d9b25 100644 --- a/devel/love07/Makefile +++ b/devel/love07/Makefile @@ -18,6 +18,8 @@ LIB_DEPENDS= IL.1:${PORTSDIR}/graphics/devil \ freetype.9:${PORTSDIR}/print/freetype2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost +BROKEN= does not compile + USE_BZIP2= yes USE_GMAKE= yes USE_SDL= sdl mixer |