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:
Bryan Drewery 2012-08-07 13:28:26 +00:00
parent 0576e3a4cf
commit 4cc057e48b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39334

View file

@ -3909,7 +3909,7 @@ BAR_DESC= Enable bar support
.include &lt;bsd.port.options.mk&gt;
.if ${PORTOPTIONS:MBAR}
.if ${PORT_OPTIONS:MBAR}
LIB_DEPENDS= bar:${PORTSDIR}/foo/bar
.endif</programlisting>
</example>