svn commit: r344393 - head/Mk

Antoine Brodin antoine at FreeBSD.org
Sat Feb 15 14:33:39 UTC 2014


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)


More information about the svn-ports-all mailing list