1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Fix OPTIONS_SUB not including OPTIONS_SLAVE options in PLIST_SUB

With hat:	portmgr
This commit is contained in:
Bryan Drewery 2013-10-04 11:42:38 +00:00
parent 5923ce952e
commit 324a8df42a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329293

View File

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