diff options
author | swills <swills@FreeBSD.org> | 2018-11-19 23:57:08 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-11-19 23:57:08 +0800 |
commit | 1a169f6a72605fdad38110c8079f94c82833cdf4 (patch) | |
tree | 8d3d2c40872fa7f4d249c096fa4b37062aa00d11 /astro | |
parent | 856f63cc00154c0f417e61e3d7bb218de9e1ebf8 (diff) | |
download | freebsd-ports-gnome-1a169f6a72605fdad38110c8079f94c82833cdf4.tar.gz freebsd-ports-gnome-1a169f6a72605fdad38110c8079f94c82833cdf4.tar.zst freebsd-ports-gnome-1a169f6a72605fdad38110c8079f94c82833cdf4.zip |
devel/glib20: remove runtime dep on perl5
Since glib-mkenums was rewritten in python in glib 2.53.5, glib20 seems
to no longer need perl5 at runtime. This makes perl5 a build dep only.
Removing the run dep causes some other ports to fail, so add the build
dep to those where needed.
PR: 233138
Approved by: gnome (kwm, maintainer, older version of patch)
Exp-run by: antoine
Diffstat (limited to 'astro')
-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 |