aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-05-10 23:43:31 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-05-10 23:43:31 +0000
commit2fdf14d2e35ac5698648c958c6fc267aff2a1419 (patch)
tree8f91f8fc2c95fa6bbd711570b48e8cd2a6a57e17
parent298f7e89db3fd51d8f0166bc29b468ebce6b7273 (diff)
downloadports-2fdf14d2e35ac5698648c958c6fc267aff2a1419.tar.gz
ports-2fdf14d2e35ac5698648c958c6fc267aff2a1419.zip
Mk/bsd.gcc.mk: only use -devel port for 13
Reported by: Mark Millard
-rw-r--r--Mk/bsd.gcc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index 1fc119df3144..02ec65cc7557 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -103,7 +103,7 @@ _USE_GCC:= ${GCC_DEFAULT}
# A concrete version has been selected. Set proper ports dependencies,
# CC, CXX, CPP, and flags.
V:= ${_USE_GCC:S/.//}
-. if ${V} == 12 || ${V} == 13
+. if ${V} == 13
_GCC_PORT:= gcc${V}-devel
. else
_GCC_PORT:= gcc${V}