Files
ports/misc/compat15x/pkg-descr
Gleb Popov 4da9f5d58e misc/compat15x: Fix pkg-descr
Reported by:	Ronald Klop <ronald@klop.ws>
2025-12-13 16:06:19 +03:00

13 lines
250 B
Plaintext

This package provides the compat15x libraries for your
system, so you can use legacy binaries that depend on them.
Ports usage example:
--
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 1600000
LIB_DEPENDS+= libtpool.so.2:misc/compat15x
.endif
--