diff options
Diffstat (limited to 'misc/compat15x/pkg-descr')
| -rw-r--r-- | misc/compat15x/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/compat15x/pkg-descr b/misc/compat15x/pkg-descr new file mode 100644 index 000000000000..325495520d19 --- /dev/null +++ b/misc/compat15x/pkg-descr @@ -0,0 +1,12 @@ +This package provides the compat15x libraries for your +system, so you can use legacy binaries that depend on them. + +Ports usage example: + +-- +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 1600000 +LIB_DEPENDS+= libtpool.so.2:misc/compat15x +.endif +-- |
