diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml
index ad646ece5e..9878324c28 100644
--- a/en_US.ISO8859-1/books/porters-handbook/book.sgml
+++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml
@@ -3993,6 +3993,12 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar
library should have their PORTREVISION incremented,
to force recompilation with the new library version.
+ If the port installs shared libraries with long version numbers,
+ e.g. libfoo.so.0.2.9, the ports infrastructure
+ will try to rename the files. Define
+ NO_FILTER_SHLIBS to disable this
+ functionality.
+