2011-08-31 01:16:13 +02:00
|
|
|
This package allows you to install the compat8x libraries on your
|
2009-08-24 13:03:03 +02:00
|
|
|
system, so you can use legacy binaries that depend on them.
|
|
|
|
|
|
|
|
Ports usage example:
|
|
|
|
|
|
|
|
--
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2011-08-31 01:16:13 +02:00
|
|
|
.if ${OSVERSION} >= 900042
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS+= ufs.5:misc/compat8x
|
2009-08-24 13:03:03 +02:00
|
|
|
.endif
|
|
|
|
--
|