1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/misc/compat5x/pkg-descr
Kirill Ponomarev 6f2ebc5629 This package allows you to install the compat5x libraries on your
system, so you can use legacy binaries that depend on them.

Submitted by:	lesi
Discussed with:	lesi, ru
Approved by:	portmgr (self)
2005-08-26 05:21:02 +00:00

12 lines
266 B
Plaintext

This package allows you to install the compat5x libraries on your
system, so you can use legacy binaries that depend on them.
Usage example:
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 600000
LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x
.endif