aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.default-versions.mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2014-02-25 00:32:09 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2014-02-25 00:32:09 +0000
commit260d6903c01228184c574210e6dc17f2bd3f3310 (patch)
treea5865baf84701382bcd97846b34af457c62a4928 /Mk/bsd.default-versions.mk
parent44329e45382408c8d7a1796d397900ad4740ac37 (diff)
downloadports-260d6903c01228184c574210e6dc17f2bd3f3310.tar.gz
ports-260d6903c01228184c574210e6dc17f2bd3f3310.zip
Reword the documentation at the top of this file.
Sort the FPC_DEFAULT and GCC_DEFAULT entries.
Notes
Notes: svn path=/head/; revision=345909
Diffstat (limited to 'Mk/bsd.default-versions.mk')
-rw-r--r--Mk/bsd.default-versions.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk
index f41438ea8928..7885423f2032 100644
--- a/Mk/bsd.default-versions.mk
+++ b/Mk/bsd.default-versions.mk
@@ -2,12 +2,13 @@
#
# MAINTAINER: ports@FreeBSD.org
#
-# Handle the default versions for users chosable multi versions.
+# Provide default versions for ports with multiple versions selectable
+# by the user.
#
-# It expects users to define DEFAULT_VERSIONS in their make.conf
-# Syntax is the following:
+# Users who want to override these defaults can easily do so by defining
+# DEFAULT_VERSIONS in their make.conf as follows:
#
-# DEFAULT_VERSIONS= perl5=5.18 ruby=2.0
+# DEFAULT_VERSIONS= perl5=5.18 ruby=2.0
.if !defined(_INCLUDE_BSD_DEFAULT_VERSIONS_MK)
_INCLUDE_BSD_DEFAULT_VERSIONS_MK= yes
@@ -18,8 +19,8 @@ ${_l:U}_DEFAULT= ${lang:C/.*=//g}
.endfor
APACHE_DEFAULT?= 2.2
-GCC_DEFAULT?= 4.6
FPC_DEFAULT?= 2.6.2
+GCC_DEFAULT?= 4.6
LUA_DEFAULT?= 5.2
MYSQL_DEFAULT?= 5.5
PERL5_DEFAULT?= 5.16