Date: Wed, 20 Nov 2013 21:48:30 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334460 - head/Mk/Uses Message-ID: <201311202148.rAKLmUPt083500@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Nov 20 21:48:30 2013 New Revision: 334460 URL: http://svnweb.freebsd.org/changeset/ports/334460 Log: Fix a typo Reported by: Rainer Hurling <rhurlin@gwdg.de> Modified: head/Mk/Uses/compiler.mk Modified: head/Mk/Uses/compiler.mk ============================================================================== --- head/Mk/Uses/compiler.mk Wed Nov 20 21:47:29 2013 (r334459) +++ head/Mk/Uses/compiler.mk Wed Nov 20 21:48:30 2013 (r334460) @@ -22,7 +22,7 @@ # ALT_COMPILER_VERSION: 2 first digit of the version: 33 for clang 3.3.*, 46 for gcc 4.6.* of the ALT_COMPILER_TYPE # # COMPILER_FEATURES: the list of features supported by the compiler include the standard C++ library. -# CHOSEN_COMPILER_TYPE: can be gcc or clang (type of compiler chosen by the famework) +# CHOSEN_COMPILER_TYPE: can be gcc or clang (type of compiler chosen by the framework) .if !defined(_INCLUDE_USES_COMPILER_MK) _INCLUDE_USES_COMPILER_MK= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311202148.rAKLmUPt083500>