diff options
author | makc <makc@FreeBSD.org> | 2012-05-22 23:46:52 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-05-22 23:46:52 +0800 |
commit | 034f49b9d0f76b47492fab2f906102d9c7e8e7ad (patch) | |
tree | 97a53b575a77726a27659416d91e6c646eea1294 /astro/qlandkartegt | |
parent | 6729472f6b2d7362c1f5d07cdf93e79a231eda37 (diff) | |
download | freebsd-ports-gnome-034f49b9d0f76b47492fab2f906102d9c7e8e7ad.tar.gz freebsd-ports-gnome-034f49b9d0f76b47492fab2f906102d9c7e8e7ad.tar.zst freebsd-ports-gnome-034f49b9d0f76b47492fab2f906102d9c7e8e7ad.zip |
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/qlandkartegt')
-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 |