git: f232bdc53f99 - main - science/q: Constrain to gfortran
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Dec 2025 16:33:37 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f232bdc53f99ff7e85a0edc277cdd36b0c0faca8
commit f232bdc53f99ff7e85a0edc277cdd36b0c0faca8
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-12-10 16:33:25 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-12-10 16:33:25 +0000
science/q: Constrain to gfortran
---
science/q/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/science/q/Makefile b/science/q/Makefile
index 06a21db399e2..19152626bfc1 100644
--- a/science/q/Makefile
+++ b/science/q/Makefile
@@ -11,7 +11,7 @@ WWW= https://github.com/qusers/Q6
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/../LICENSE
-USES= fortran gmake
+USES= fortran:gfortran gmake
USE_GITHUB= yes
GH_ACCOUNT= qusers