2005-08-26 07:21:02 +02:00
|
|
|
This package allows you to install the compat5x libraries on your
|
|
|
|
system, so you can use legacy binaries that depend on them.
|
|
|
|
|
2006-06-07 14:34:51 +02:00
|
|
|
Ports usage example:
|
2005-08-26 07:21:02 +02:00
|
|
|
|
2006-06-07 14:34:51 +02:00
|
|
|
--
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-08-26 07:21:02 +02:00
|
|
|
|
2006-06-07 14:34:51 +02:00
|
|
|
.if ${OSVERSION} >= 600000
|
|
|
|
LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x
|
|
|
|
.endif
|
|
|
|
--
|