git: 184feb85292e - main - science/ocean: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 May 2023 07:59:34 UTC
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