git: 480fc1caea1b - main - Mk/Uses/ada.mk: fix comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Jan 2025 19:11:06 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=480fc1caea1b1a82bb34cc9d6538d3321da006ee commit 480fc1caea1b1a82bb34cc9d6538d3321da006ee Author: mew14930xvi <mew14930xvi@inbox.lv> AuthorDate: 2025-01-12 19:09:18 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2025-01-12 19:11:03 +0000 Mk/Uses/ada.mk: fix comment ADA_DEFAULT is not valid and should be deleted. --- Mk/Uses/ada.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Mk/Uses/ada.mk b/Mk/Uses/ada.mk index 98badb9f81f7..25f0b6a8d8c8 100644 --- a/Mk/Uses/ada.mk +++ b/Mk/Uses/ada.mk @@ -1,11 +1,10 @@ # Establish Ada-capable compiler as a build dependency -# To change default compiler, define ADA_DEFAULT in make.conf # # Feature: ada # Usage: USES=ada:ARGS # Valid ARGS: [<version>],[run] # -# version The chooseable versions are 6 (default), 12 or 13 +# version The chooseable versions are 6 , 12 (default) or 13 # # run Add run depends #