Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jan 2022 19:55:06 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: 833727759939 - main - science/fleur: Fix typo in USES
Message-ID:  <202201051955.205Jt6Mv097371@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=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



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