aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2014-03-16 08:45:55 +0800
committergerald <gerald@FreeBSD.org>2014-03-16 08:45:55 +0800
commit280ed4391d3701a26b28ffc07fd50871e0c707ae (patch)
treeef629dbad4b36ced1bd26b6cc3a6ede0f1e7b941 /Mk
parentd95ab30cda3997fc97d98130c52ba2904647a820 (diff)
downloadfreebsd-ports-gnome-280ed4391d3701a26b28ffc07fd50871e0c707ae.tar.gz
freebsd-ports-gnome-280ed4391d3701a26b28ffc07fd50871e0c707ae.tar.zst
freebsd-ports-gnome-280ed4391d3701a26b28ffc07fd50871e0c707ae.zip
Refer to bsd.default-versions.mk for the canonical version of GCC; no
longer duplicate version information related to that.
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gcc.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index cc158ea5be70..5f472db33bd8 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -7,7 +7,7 @@
#
# To request the use of a current version of GCC, specify USE_GCC=yes in
# your port/system configuration. This is the preferred use of USE_GCC.
-# It defines a canonical, default version of GCC.
+# It uses the canonical version of GCC defined in bsd.default-versions.mk.
#
# USE_GCC=any is similar, except that it also accepts the old GCC 4.2-
# based system compiler in older versions of FreeBSD.
@@ -19,7 +19,7 @@
#
# Examples:
# USE_GCC= yes # port requires a current version of GCC
-# # (4.7 as of today, subject to change).
+# # as defined in bsd.default-versions.mk.
# USE_GCC= any # port requires GCC 4.2 or later.
# USE_GCC= 4.8+ # port requires GCC 4.8 or later.
# USE_GCC= 4.8 # port requires GCC 4.8.
@@ -28,7 +28,6 @@
# to see some debugging.
#
# $FreeBSD$
-#
GCC_Include_MAINTAINER= gerald@FreeBSD.org