PATCH: faq/ports/specialtopics.html is outdated

Juan Francisco Cantero Hurtado <[email protected]> Wed, 18 Sep 2013 01:31:22 +0200
Newsgroups gmane.os.openbsd.www
Message-ID <[email protected]>
USE_LIBTOOL is always enabled.


Index: specialtopics.html
===================================================================
RCS file: /cvs/www/faq/ports/specialtopics.html,v
retrieving revision 1.31
diff -u -p -r1.31 specialtopics.html
--- specialtopics.html	22 Jun 2013 09:58:46 -0000	1.31
+++ specialtopics.html	17 Sep 2013 23:26:49 -0000
@@ -132,10 +132,9 @@ This is quite valuable in, for instance,
 one such version variable for each library they create.
 
 <p>
-The best way to handle libtool-based ports is to set
-<tt>USE_LIBTOOL=Yes</tt>.
-This activates the version of libtool in base, which handles most details
-automatically:
+The libtool-based ports are handled by the variable <tt>USE_LIBTOOL</tt>.
+It's enabled by default and uses the version of libtool in base, which handles
+most details automatically:
 <ul>
 	<li>libtool looks at <tt>SHARED_LIBS</tt> and automatically
 	replaces version numbers.