diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-08-04 08:27:39 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-08-04 08:27:39 +0000 |
commit | 880cead396c65976cee78c23503888b314c80664 (patch) | |
tree | 395a553fc83b41f820b20f4a3da5328c8c05ffbe /astro | |
parent | - Tweak USE_QT5 knob: buildtools should have `_build' suffix, and linguist (diff) |
- Stop trying to remove directories owned by dependencies
- Optimize away USE_GL knob (implied by USE_QT4=opengl)
Reported by: QAT
Diffstat (limited to 'astro')
-rw-r--r-- | astro/stellarium-qt4/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/astro/stellarium-qt4/Makefile b/astro/stellarium-qt4/Makefile index 5c1831794614..197816b85b93 100644 --- a/astro/stellarium-qt4/Makefile +++ b/astro/stellarium-qt4/Makefile @@ -15,7 +15,6 @@ COMMENT= 3D photo-realistic sky renderer (planetarium) LICENSE= GPLv2 USES= cmake gettext iconv -USE_GL= gl USE_QT4= moc_build rcc_build uic_build qmake_build \ corelib gui network opengl INSTALLS_ICONS= yes |