git: 833727759939 - main - science/fleur: Fix typo in USES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jan 2022 19:55:06 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=833727759939e4552779cd10806013884e3ca9b4 commit 833727759939e4552779cd10806013884e3ca9b4 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-01-05 19:43:19 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-01-05 19:55:01 +0000 science/fleur: Fix typo in USES --- science/fleur/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/fleur/Makefile b/science/fleur/Makefile index 77ae1aba9974..37ab023f6d51 100644 --- a/science/fleur/Makefile +++ b/science/fleur/Makefile @@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= liblapack.so:math/lapack \ libopenblas.so:math/openblas -USES= cmake:noninja fortran gnome localbase:ldflags shebanfgix tar:tgz +USES= cmake:noninja fortran gnome localbase:ldflags shebangfix tar:tgz USE_GNOME= libxml2 USE_GITLAB= yes