freebsd-ports/misc/compat10x/pkg-descr

13 lines
248 B
Plaintext

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