Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2023 21:17:23 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9b5ad33b0be8 - main - astro/stellarium: unbreak after 020693c166d1
Message-ID:  <202304122117.33CLHNRS063177@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304122117.33CLHNRS063177>