diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-05-22 15:46:52 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-05-22 15:46:52 +0000 |
commit | f1804f461624e3fe7d7f5f1f45d8527f626419f2 (patch) | |
tree | be033394fc32deea2ea136319efd41d08c35fc89 /astro | |
parent | - Update to version 0.46 (diff) |
Add explicit dependency on libGLU to fix build with upcoming Qt-4.8.1
Approved by: miwi (exp-run for Qt-4.8.1/KDE-4.8.3)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/qlandkartegt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/qlandkartegt/Makefile b/astro/qlandkartegt/Makefile index 60d566e7d4db..926a56c23d7a 100644 --- a/astro/qlandkartegt/Makefile +++ b/astro/qlandkartegt/Makefile @@ -24,6 +24,7 @@ USE_CMAKE= yes USE_QT_VER= 4 QT_COMPONENTS= dbus gui opengl network sql xml linguist_build \ moc_build uic_build rcc_build qmake_build +USE_GL= glu MAKE_JOBS_SAFE= yes SUB_FILES= qlandkartegt |