diff options
author | pav <pav@FreeBSD.org> | 2009-02-11 02:33:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-02-11 02:33:36 +0800 |
commit | ef3449340fd787bc060d317af98f7de25b142184 (patch) | |
tree | d7b4c8347261012e8a8bad3648f0db7bf34b3bff /astro/stellarium | |
parent | 0a3fb2a5ebaab5829f33904f5a3e513ac343a220 (diff) | |
download | freebsd-ports-gnome-ef3449340fd787bc060d317af98f7de25b142184.tar.gz freebsd-ports-gnome-ef3449340fd787bc060d317af98f7de25b142184.tar.zst freebsd-ports-gnome-ef3449340fd787bc060d317af98f7de25b142184.zip |
- Mark BROKEN: error: redefinition of typedef '__GLXextFuncPtr'
Reported by: pointyhat
Diffstat (limited to 'astro/stellarium')
-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 80125e799caa..5cf8fc41d505 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 |