diff options
-rw-r--r-- | astro/stellarium/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile index bf278851504a..3872875872dd 100644 --- a/astro/stellarium/Makefile +++ b/astro/stellarium/Makefile @@ -12,7 +12,8 @@ WWW= https://stellarium.org/ LICENSE= GPLv2+ USES= cmake compiler:c++11-lang desktop-file-utils \ - qt:5 shared-mime-info tar:xz + perl5 qt:5 shared-mime-info tar:xz +USE_PERL5= build USE_QT= qmake:build buildtools:build \ charts concurrent core gui network opengl \ printsupport widgets |