Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2013 23:45:40 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336597 - head/Mk/Uses
Message-ID:  <201312152345.rBFNjeAH046342@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Dec 15 23:45:39 2013
New Revision: 336597
URL: http://svnweb.freebsd.org/changeset/ports/336597

Log:
  Spell out "nestedfct"
  
  Approved by:	portmgr (bapt)

Modified:
  head/Mk/Uses/compiler.mk

Modified: head/Mk/Uses/compiler.mk
==============================================================================
--- head/Mk/Uses/compiler.mk	Sun Dec 15 23:44:13 2013	(r336596)
+++ head/Mk/Uses/compiler.mk	Sun Dec 15 23:45:39 2013	(r336597)
@@ -12,7 +12,7 @@
 # c++11-lib:	The port needs a compiler understanding C++11 and with a C++11 ready standard library
 # c11:		The port needs a compiler understanding C11
 # openmp:	The port needs a compiler understanding openmp
-# nestedfct:	The port needs a compiler understanding nestedfct
+# nestedfct:	The port needs a compiler understanding nested functions
 # features:	The port will determine the features supported by the default compiler
 #
 # Variable to test after <bsd.port.pre.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312152345.rBFNjeAH046342>