1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Document "openmp" as a valid argument.

Approved by:	portmgr (bapt)
This commit is contained in:
Rene Ladan 2013-10-17 09:50:51 +00:00
parent 4ffee18a59
commit 38ea0176b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330622

View File

@ -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