summaryrefslogtreecommitdiff
path: root/Mk/bsd.default-versions.mk
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2019-07-10 19:02:33 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2019-07-10 19:02:33 +0000
commita3289277ff67404b5ba8b518e9ec11b74fd7233e (patch)
tree169befc81a71653435139907a474354f52128d11 /Mk/bsd.default-versions.mk
parentNew port: www/zola (diff)
Switch the default for Linux ports to CentOS 7.
Notes
Notes: svn path=/head/; revision=506382
Diffstat (limited to 'Mk/bsd.default-versions.mk')
-rw-r--r--Mk/bsd.default-versions.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk
index 161aeed861c1..807ead86b70b 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -52,7 +52,7 @@ JULIA_DEFAULT?= 1.0
# Possible values: 2.0.0
LAZARUS_DEFAULT?= 2.0.0
# Possible values: c6, c7
-LINUX_DEFAULT?= c6
+LINUX_DEFAULT?= c7
# Possible values: 60, 70, 80, -devel (to be used when non-base compiler is required)
# Please give notice to the Graphics Team (x11@FreeBSD.org) in advance before
# bumping the LLVM version.