diff options
author | danfe <danfe@FreeBSD.org> | 2014-08-04 16:27:39 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-08-04 16:27:39 +0800 |
commit | 64821c8dbd4b5a59bbd858c772f405d114cdd4df (patch) | |
tree | 395a553fc83b41f820b20f4a3da5328c8c05ffbe /astro | |
parent | 425b8c3124e02595ed36e12b078f53020d403dd4 (diff) | |
download | freebsd-ports-gnome-64821c8dbd4b5a59bbd858c772f405d114cdd4df.tar.gz freebsd-ports-gnome-64821c8dbd4b5a59bbd858c772f405d114cdd4df.tar.zst freebsd-ports-gnome-64821c8dbd4b5a59bbd858c772f405d114cdd4df.zip |
- 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 |