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/compat3x | |
parent | eb4b2539fd82b448c91cdccd83361f22a1f022e3 (diff) |
Notes
Diffstat (limited to 'misc/compat3x')
-rw-r--r-- | misc/compat3x/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/compat3x/pkg-descr b/misc/compat3x/pkg-descr index e9fecf5361ab..544c9fd1ab45 100644 --- a/misc/compat3x/pkg-descr +++ b/misc/compat3x/pkg-descr @@ -1,2 +1,11 @@ This package allows you to install the compat3x libraries on your system, so you can use legacy binaries that depend on them. + +Usage example: + + .include <bsd.port.pre.mk> + + .if ${OSVERSION} >= 400000 + LIB_DEPENDS+= c.3:${PORTSDIR}/misc/compat3x + .endif + |