aboutsummaryrefslogtreecommitdiff
path: root/misc/compat5x/pkg-descr
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-06-07 12:34:51 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-06-07 12:34:51 +0000
commit2211587f68c88655e22dbe6b0d719630e8e1b62c (patch)
tree4b1f2a0c0a5b56b37109ec572f69be7ec87f3189 /misc/compat5x/pkg-descr
parentf6199f9c2d2e46114e4fdf6c3fcc54bfc4eb7d99 (diff)
Notes
Diffstat (limited to 'misc/compat5x/pkg-descr')
-rw-r--r--misc/compat5x/pkg-descr12
1 files changed, 7 insertions, 5 deletions
diff --git a/misc/compat5x/pkg-descr b/misc/compat5x/pkg-descr
index cb9a1c50c884..50e19528a58a 100644
--- a/misc/compat5x/pkg-descr
+++ b/misc/compat5x/pkg-descr
@@ -1,10 +1,12 @@
This package allows you to install the compat5x libraries on your
system, so you can use legacy binaries that depend on them.
-Usage example:
+Ports usage example:
- .include <bsd.port.pre.mk>
+--
+.include <bsd.port.pre.mk>
- .if ${OSVERSION} >= 600000
- LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x
- .endif
+.if ${OSVERSION} >= 600000
+LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x
+.endif
+--