diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-12-15 23:45:39 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-12-15 23:45:39 +0000 |
commit | 7657603be65412b1840d0b48180b6fd28b2e6e4e (patch) | |
tree | 8c6a50e74fa1b18f0507ad0144a755a9080ee235 /Mk/Uses/compiler.mk | |
parent | 31e3c5129c19e707f79302066d308eacb6c4d6ef (diff) | |
download | ports-7657603be65412b1840d0b48180b6fd28b2e6e4e.tar.gz ports-7657603be65412b1840d0b48180b6fd28b2e6e4e.zip |
Notes
Diffstat (limited to 'Mk/Uses/compiler.mk')
-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> |