diff --git a/misc/compat15x/pkg-descr b/misc/compat15x/pkg-descr index e30901398aca..325495520d19 100644 --- a/misc/compat15x/pkg-descr +++ b/misc/compat15x/pkg-descr @@ -1,12 +1,12 @@ -This package provides the compat14x libraries for your +This package provides the compat15x libraries for your system, so you can use legacy binaries that depend on them. Ports usage example: -- .include -.if ${OSVERSION} >= 1500000 -LIB_DEPENDS+= libmd.so.6:misc/compat14x +.if ${OSVERSION} >= 1600000 +LIB_DEPENDS+= libtpool.so.2:misc/compat15x .endif --