2001-08-13 06:32:06 +02:00
|
|
|
This package allows you to install the compat4x libraries on your
|
|
|
|
system, so you can use legacy binaries that depend on them.
|
2003-01-20 10:19:47 +01:00
|
|
|
|
2006-06-07 14:34:51 +02:00
|
|
|
Ports usage example:
|
2003-01-20 10:19:47 +01:00
|
|
|
|
2006-06-07 14:34:51 +02:00
|
|
|
--
|
|
|
|
.include <bsd.port.pre.mk>
|
2003-01-20 10:19:47 +01:00
|
|
|
|
2006-06-07 14:34:51 +02:00
|
|
|
.if ${OSVERSION} >= 500000
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS+= c.4:misc/compat4x
|
2006-06-07 14:34:51 +02:00
|
|
|
.endif
|
|
|
|
--
|