summaryrefslogtreecommitdiff
path: root/misc/compat3x
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-20 09:19:47 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-20 09:19:47 +0000
commita74a70fbe4157435f2ed41ab0239d48e141a62fd (patch)
tree35733c5e83eb07ef3829c2435830cd71a1b78b57 /misc/compat3x
parentMove self-created files to a RW filesystem. (diff)
Add usage-example for the misc/compat[34]x ports
Notes
Notes: svn path=/head/; revision=73633
Diffstat (limited to 'misc/compat3x')
-rw-r--r--misc/compat3x/pkg-descr9
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
+