diff options
author | pav <pav@FreeBSD.org> | 2009-02-10 18:33:36 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-02-10 18:33:36 +0000 |
commit | ef3449340fd787bc060d317af98f7de25b142184 (patch) | |
tree | d7b4c8347261012e8a8bad3648f0db7bf34b3bff /astro | |
parent | 0a3fb2a5ebaab5829f33904f5a3e513ac343a220 (diff) | |
download | FreeBSD-ports-ef3449340fd787bc060d317af98f7de25b142184.zip FreeBSD-ports-ef3449340fd787bc060d317af98f7de25b142184.tar.gz |
- Mark BROKEN: error: redefinition of typedef '__GLXextFuncPtr'
Reported by: pointyhat
Diffstat (limited to 'astro')
-rw-r--r-- | astro/stellarium/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile index 80125e7..5cf8fc4 100644 --- a/astro/stellarium/Makefile +++ b/astro/stellarium/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost \ png.5:${PORTSDIR}/graphics/png \ freetype:${PORTSDIR}/print/freetype2 +BROKEN= does not compile + USE_QT_VER= 4 QT_COMPONENTS= qmake moc gui rcc uic opengl USE_GETTEXT= yes |