Fix invalid PORT_OPTIONS references
PR: docs/170427 Reported by: "A.J. Kehoe IV (Nanoman)" <k4z2ojm6@nanoman.ca> Approved by: eadler (mentor) Approved by: gjb
This commit is contained in:
parent
0576e3a4cf
commit
4cc057e48b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39334
1 changed files with 1 additions and 1 deletions
|
@ -3909,7 +3909,7 @@ BAR_DESC= Enable bar support
|
|||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORTOPTIONS:MBAR}
|
||||
.if ${PORT_OPTIONS:MBAR}
|
||||
LIB_DEPENDS= bar:${PORTSDIR}/foo/bar
|
||||
.endif</programlisting>
|
||||
</example>
|
||||
|
|
Loading…
Reference in a new issue