Remove mentions of WANT_SDL/HAVE_SDL, they are not supported any more.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2015-11-09 14:11:01 +00:00
parent 012c7c9b63
commit 8a85c1df54
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47760

View file

@ -4080,19 +4080,6 @@ USE_PYTHON= autoplist distutils
<varname>LIB_DEPENDS</varname></para>
</listitem>
</itemizedlist>
<para>To check whether an SDL library is available, use
<varname>WANT_SDL</varname>:</para>
<programlisting>WANT_SDL= yes
.include &lt;bsd.port.pre.mk&gt;
.if ${HAVE_SDL:Mmixer}!=""
USE_SDL+= mixer
.endif
.include &lt;bsd.port.post.mk&gt;</programlisting>
</sect1>
<sect1 xml:id="using-wx">