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