aboutsummaryrefslogtreecommitdiff
path: root/misc/compat4x
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/compat4x
parenteb4b2539fd82b448c91cdccd83361f22a1f022e3 (diff)
downloadports-a74a70fbe4157435f2ed41ab0239d48e141a62fd.tar.gz
ports-a74a70fbe4157435f2ed41ab0239d48e141a62fd.zip
Add usage-example for the misc/compat[34]x ports
Notes
Notes: svn path=/head/; revision=73633
Diffstat (limited to 'misc/compat4x')
-rw-r--r--misc/compat4x/pkg-descr9
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
+