Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2023 07:59:34 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 184feb85292e - main - science/ocean: Fix build
Message-ID:  <202305010759.3417xY9Y045881@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=184feb85292e59ae02594f946e02bf3c77ad063d

commit 184feb85292e59ae02594f946e02bf3c77ad063d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-05-01 07:58:50 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-05-01 07:59:31 +0000

    science/ocean: Fix build
    
    ... by adding USE_PERL5=build
    
    Reported by:    fallout
---
 science/ocean/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/ocean/Makefile b/science/ocean/Makefile
index 2261bfa71099..dce490906d93 100644
--- a/science/ocean/Makefile
+++ b/science/ocean/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS=	abinit>0:science/abinit \
 		quantum-espresso>0:science/quantum-espresso
 
 USES=		fortran gmake localbase perl5 shebangfix
-USE_PERL5=	run
+USE_PERL5=	build run
 
 SHEBANG_GLOB=	*.pl
 



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