misc/compat15x: Fix pkg-descr

Reported by:	Ronald Klop <ronald@klop.ws>
This commit is contained in:
Gleb Popov
2025-12-13 16:06:19 +03:00
parent 1fd0fb4a67
commit 4da9f5d58e

View File

@@ -1,4 +1,4 @@
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:
@@ -6,7 +6,7 @@ Ports usage example:
--
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 1500000
LIB_DEPENDS+= libmd.so.6:misc/compat14x
.if ${OSVERSION} >= 1600000
LIB_DEPENDS+= libtpool.so.2:misc/compat15x
.endif
--