diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-11-19 15:57:08 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-11-19 15:57:08 +0000 |
commit | b4bab1c271f83a726336facb0ca61d5b3dd7dc68 (patch) | |
tree | 8d3d2c40872fa7f4d249c096fa4b37062aa00d11 /astro/stellarium-qt4 | |
parent | bcd04fb32a034ad109744e7b77dad8391782abf9 (diff) |
Notes
Diffstat (limited to 'astro/stellarium-qt4')
-rw-r--r-- | astro/stellarium-qt4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/stellarium-qt4/Makefile b/astro/stellarium-qt4/Makefile index 9a9ae592fa4f..966787e8378d 100644 --- a/astro/stellarium-qt4/Makefile +++ b/astro/stellarium-qt4/Makefile @@ -18,7 +18,8 @@ LICENSE= GPLv2+ CONFLICTS_INSTALL= ${PORTNAME}-0.17.* PORTSCOUT= limit:^0\.12\. # track only 0.12.x (legacy) -USES= cmake gettext iconv qt:4 +USES= cmake gettext iconv perl5 qt:4 +USE_PERL5= build USE_QT= moc_build rcc_build uic_build qmake_build \ corelib gui network opengl |