2012-09-10 22:56:53 +02:00
|
|
|
This package allows you to install the compat9x libraries on your
|
|
|
|
system, so you can use legacy binaries that depend on them.
|
|
|
|
|
|
|
|
Ports usage example:
|
|
|
|
|
|
|
|
--
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2017-04-07 18:05:45 +02:00
|
|
|
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000009
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS+= archive.5:misc/compat9x
|
2012-09-10 22:56:53 +02:00
|
|
|
.endif
|
|
|
|
--
|