diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2014-03-23 09:43:56 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2014-03-23 09:43:56 +0000 |
commit | 02e7987e4c97b9be2345910776a90a6094c121d0 (patch) | |
tree | 06b09b770b4c80711a2476bb35e7ab0b0b8efd1f /x11-toolkits/mygui | |
parent | 26b1adcc757f721a837fe2e518fb76321ccef8d1 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/mygui')
-rw-r--r-- | x11-toolkits/mygui/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/mygui/Makefile b/x11-toolkits/mygui/Makefile index 45d56bece9ee..30b8898a0c81 100644 --- a/x11-toolkits/mygui/Makefile +++ b/x11-toolkits/mygui/Makefile @@ -15,6 +15,8 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libOgreMain.so:${PORTSDIR}/graphics/ogre3d \ libOIS.so:${PORTSDIR}/devel/ois +BROKEN= Does not compile with graphics/ogre3d 1.9.0 + USES= cmake pkgconfig zip CMAKE_ARGS= -DMYGUI_BUILD_DEMOS=OFF -DMYGUI_BUILD_DOCS=OFF USE_LDCONFIG= yes |