diff options
author | Renato Botelho <garga@FreeBSD.org> | 2009-08-24 11:03:03 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2009-08-24 11:03:03 +0000 |
commit | 6da594e8cca90268dedbf99b22f19dbfcf4fcfd6 (patch) | |
tree | a22f47b8d68b2f946861f1dfa1adf5423cd54d16 /misc/compat8x/pkg-descr | |
parent | a73785a9e44cf72b1ed372624408c8e704f258ba (diff) |
Notes
Diffstat (limited to 'misc/compat8x/pkg-descr')
-rw-r--r-- | misc/compat8x/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/compat8x/pkg-descr b/misc/compat8x/pkg-descr new file mode 100644 index 000000000000..c618eca5c087 --- /dev/null +++ b/misc/compat8x/pkg-descr @@ -0,0 +1,12 @@ +This package allows you to install the compat7x libraries on your +system, so you can use legacy binaries that depend on them. + +Ports usage example: + +-- +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800105 +LIB_DEPENDS+= alias.6:${PORTSDIR}/misc/compat7x +.endif +-- |