View | Details | Raw Unified | Return to bug 171509
Collapse All | Expand All

(-)/usr/ports/Mk/bsd.options.mk (+2 lines)
Lines 224-229 Link Here
224
.undef _SORTED_OPTIONS
224
.undef _SORTED_OPTIONS
225
.endif
225
.endif
226
226
227
.if !defined(OPTNGONLY)
227
### to be removed once old OPTIONS disappear
228
### to be removed once old OPTIONS disappear
228
.for opt in ${ALL_OPTIONS}
229
.for opt in ${ALL_OPTIONS}
229
.if empty(PORT_OPTIONS:M${opt})
230
.if empty(PORT_OPTIONS:M${opt})
Lines 238-240 Link Here
238
.      undef opt
239
.      undef opt
239
.endfor
240
.endfor
240
###
241
###
242
.endif

Return to bug 171509