svn commit: r329293 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Fri Oct 4 11:42:38 UTC 2013


Author: bdrewery
Date: Fri Oct  4 11:42:38 2013
New Revision: 329293
URL: http://svnweb.freebsd.org/changeset/ports/329293

Log:
  - Fix OPTIONS_SUB not including OPTIONS_SLAVE options in PLIST_SUB
  
  With hat:	portmgr

Modified:
  head/Mk/bsd.options.mk

Modified: head/Mk/bsd.options.mk
==============================================================================
--- head/Mk/bsd.options.mk	Fri Oct  4 11:40:35 2013	(r329292)
+++ head/Mk/bsd.options.mk	Fri Oct  4 11:42:38 2013	(r329293)
@@ -370,7 +370,7 @@ WITH_${opt}:=  true
 .endfor
 ###
 
-.for opt in ${COMPLETE_OPTIONS_LIST}
+.for opt in ${COMPLETE_OPTIONS_LIST} ${OPTIONS_SLAVE}
 # PLIST_SUB
 PLIST_SUB?=
 .  if defined(OPTIONS_SUB)


More information about the svn-ports-all mailing list