git: 9b5ad33b0be8 - main - astro/stellarium: unbreak after 020693c166d1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Apr 2023 21:17:23 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=9b5ad33b0be8dbe914b62a63683cc6cf2b6ee179 commit 9b5ad33b0be8dbe914b62a63683cc6cf2b6ee179 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-04-07 20:08:00 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-04-12 21:17:11 +0000 astro/stellarium: unbreak after 020693c166d1 cd /wrkdirs/usr/ports/astro/stellarium/work/.build/doc && pod2man -s 1 -r 0.22.5 -center="\ " /wrkdirs/usr/ports/astro/stellarium/work/.build/doc/stellarium.pod /wrkdirs/usr/ports/astro/stellarium/work/.build/doc/stellarium.1 /bin/sh: pod2man: not found PR: 266007 Reported by: antoine (via exp-run) --- astro/stellarium/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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