Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2014 14:33:39 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344393 - head/Mk
Message-ID:  <201402151433.s1FEXd1P048601@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb 15 14:33:39 2014
New Revision: 344393
URL: http://svnweb.freebsd.org/changeset/ports/344393
QAT: https://qat.redports.org/buildarchive/r344393/

Log:
  Use OPTIONS helpers from excluded options too
  
  Reviewed by:	bapt
  With hat:	portmgr

Modified:
  head/Mk/bsd.options.mk

Modified: head/Mk/bsd.options.mk
==============================================================================
--- head/Mk/bsd.options.mk	Sat Feb 15 14:31:57 2014	(r344392)
+++ head/Mk/bsd.options.mk	Sat Feb 15 14:33:39 2014	(r344393)
@@ -359,7 +359,7 @@ NOPORTEXAMPLES=	yes
 ALL_OPTIONS=	${OPTIONS_DEFINE}
 .endif
 
-.for opt in ${COMPLETE_OPTIONS_LIST} ${OPTIONS_SLAVE}
+.for opt in ${COMPLETE_OPTIONS_LIST} ${OPTIONS_SLAVE} ${OPTIONS_EXCLUDE_${ARCH}} ${OPTIONS_EXCLUDE}
 # PLIST_SUB
 PLIST_SUB?=
 .  if defined(OPTIONS_SUB)



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