git: 7dabd4cc2561 - main - lang/quilc: Constrain to gfortran

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Wed, 10 Dec 2025 17:00:51 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7dabd4cc25613ac80ff46eee71c87f525fea0eee

commit 7dabd4cc25613ac80ff46eee71c87f525fea0eee
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-12-10 17:00:32 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-12-10 17:00:32 +0000

    lang/quilc: Constrain to gfortran
---
 lang/quilc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/quilc/Makefile b/lang/quilc/Makefile
index 139330bc4a70..4b503d1748ac 100644
--- a/lang/quilc/Makefile
+++ b/lang/quilc/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libblas.so:math/blas \
 		libffi.so:devel/libffi \
 		liblapack.so:math/lapack
 
-USES=		fortran gmake localbase pkgconfig
+USES=		fortran:gfortran gmake localbase pkgconfig
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	quil-lang