diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-20 09:19:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-20 09:19:47 +0000 |
commit | a74a70fbe4157435f2ed41ab0239d48e141a62fd (patch) | |
tree | 35733c5e83eb07ef3829c2435830cd71a1b78b57 /misc/compat4x | |
parent | eb4b2539fd82b448c91cdccd83361f22a1f022e3 (diff) |
Notes
Diffstat (limited to 'misc/compat4x')
-rw-r--r-- | misc/compat4x/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/compat4x/pkg-descr b/misc/compat4x/pkg-descr index 5f6826914af9..d78c931f5988 100644 --- a/misc/compat4x/pkg-descr +++ b/misc/compat4x/pkg-descr @@ -1,2 +1,11 @@ This package allows you to install the compat4x libraries on your system, so you can use legacy binaries that depend on them. + +Usage example: + + .include <bsd.port.pre.mk> + + .if ${OSVERSION} >= 500000 + LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x + .endif + |