diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-05-20 03:56:31 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-05-20 03:56:31 +0000 |
commit | f58fc8bf82662773d999a3f8f6efd2a840ce9109 (patch) | |
tree | 85c717f3febfca49061a9aabc4c8a26a9f773e6b /astro | |
parent | - Update to 2.61 (diff) |
Make the port build with the upcoming Qt 4.8.x series.
Since 4.8.0 [1], Qt itself does not automatically include GLU's
headers and libraries with its OpenGL module, so applications which
relied on Qt to get these need to be adjusted.
The upcoming update to x11/qt4-opengl will thus switch to USE_GL=gl,
so we need to add USE_GL=glu for this port.
PORTREVISION bumped since we now explicitly depend on GLU via
USE_GL=glu.
[1] http://qt.gitorious.org/qt/qt/commit/e7eed096a0c33607a7a37baaf06e5952dc9d556b
Approved by: miwi (we need this fixed for the KDE 4.8.3 and Qt 4.8.1 update to land)
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 ee626a63431f..a0baffd543ed 100644 --- a/astro/stellarium/Makefile +++ b/astro/stellarium/Makefile @@ -7,6 +7,7 @@ PORTNAME= stellarium PORTVERSION= 0.11.2 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/Stellarium-sources/${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -19,6 +20,7 @@ LICENSE= GPLv2 USE_CMAKE= yes USE_GETTEXT= yes +USE_GL= glu USE_ICONV= yes USE_QT_VER= 4 QT_COMPONENTS= moc_build rcc_build uic_build qmake_build \ |