Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 09:50:51 +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: r330622 - head/Mk/Uses
Message-ID:  <201310170950.r9H9opMN083736@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Thu Oct 17 09:50:51 2013
New Revision: 330622
URL: http://svnweb.freebsd.org/changeset/ports/330622

Log:
  Document "openmp" as a valid argument.
  
  Approved by:	portmgr (bapt)

Modified:
  head/Mk/Uses/compiler.mk

Modified: head/Mk/Uses/compiler.mk
==============================================================================
--- head/Mk/Uses/compiler.mk	Thu Oct 17 09:47:40 2013	(r330621)
+++ head/Mk/Uses/compiler.mk	Thu Oct 17 09:50:51 2013	(r330622)
@@ -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



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