summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-10-17 09:50:51 +0000
committerRene Ladan <rene@FreeBSD.org>2013-10-17 09:50:51 +0000
commit38ea0176b6ba7b1f00c41766de6a4d867c020a9b (patch)
tree81974e8473dbe2beac1e9422c6272f2d167d354f /Mk
parentSwitch to new LIB_DEPENDS format. (diff)
Document "openmp" as a valid argument.
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=330622
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/compiler.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/compiler.mk b/Mk/Uses/compiler.mk
index 82535bcd9dbd..3b5e256536c8 100644
--- a/Mk/Uses/compiler.mk
+++ b/Mk/Uses/compiler.mk
@@ -6,7 +6,7 @@
#
# Feature: compiler
# Usage: USES=compiler or USES=compiler:ARGS
-# Valid ARGS: env (default, implicit) c++11-lib c++11-lang c11 features
+# Valid ARGS: env (default, implicit) c++11-lib c++11-lang c11 openmp features
#
# c++11-lang: The port need a compiler understanding C++11
# c++11-lib: The port need a compiler understanding C++11 and with a C++11 ready standard library
@@ -28,7 +28,7 @@ _INCLUDE_USES_COMPILER_MK= yes
compiler_ARGS= env
.endif
-VALID_ARGS= c++11-lib c++11-lang c11 features env
+VALID_ARGS= c++11-lib c++11-lang c11 features openmp env
.if ${compiler_ARGS} == c++11-lib
_COMPILER_ARGS+= features c++11-lib