summaryrefslogtreecommitdiff
path: root/misc/compat4x/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'misc/compat4x/pkg-descr')
-rw-r--r--misc/compat4x/pkg-descr13
1 files changed, 7 insertions, 6 deletions
diff --git a/misc/compat4x/pkg-descr b/misc/compat4x/pkg-descr
index d78c931f5988..348da64b5108 100644
--- a/misc/compat4x/pkg-descr
+++ b/misc/compat4x/pkg-descr
@@ -1,11 +1,12 @@
This package allows you to install the compat4x libraries on your
system, so you can use legacy binaries that depend on them.
-Usage example:
+Ports usage example:
- .include <bsd.port.pre.mk>
-
- .if ${OSVERSION} >= 500000
- LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
- .endif
+--
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500000
+LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
+.endif
+--