summaryrefslogtreecommitdiff
path: root/misc/compat9x/pkg-descr
blob: 1a4bef220d6bc313a2a1d44654f8a0b345c718aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
This package provides the compat9x libraries for your
system, so you can use legacy binaries that depend on them.

Ports usage example:

--
.include <bsd.port.pre.mk>

.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000009
LIB_DEPENDS+=	archive.5:misc/compat9x
.endif
--