diff options
author | rene <rene@FreeBSD.org> | 2013-12-16 07:45:39 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-12-16 07:45:39 +0800 |
commit | d3c45eb9a7a146709180b1a9eaceb81e676a84d5 (patch) | |
tree | 8c6a50e74fa1b18f0507ad0144a755a9080ee235 | |
parent | 4aacc27450bb8bfb6c33f3253775b6452af2b5cf (diff) | |
download | freebsd-ports-gnome-d3c45eb9a7a146709180b1a9eaceb81e676a84d5.tar.gz freebsd-ports-gnome-d3c45eb9a7a146709180b1a9eaceb81e676a84d5.tar.zst freebsd-ports-gnome-d3c45eb9a7a146709180b1a9eaceb81e676a84d5.zip |
Spell out "nestedfct"
Approved by: portmgr (bapt)
-rw-r--r-- | Mk/Uses/compiler.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/compiler.mk b/Mk/Uses/compiler.mk index ba6426941bfb..c43d87a3dfab 100644 --- a/Mk/Uses/compiler.mk +++ b/Mk/Uses/compiler.mk @@ -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> |