aboutsummaryrefslogtreecommitdiff
path: root/misc/compat6x/pkg-descr
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2007-06-20 03:00:26 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2007-06-20 03:00:26 +0000
commitdce8496796908475063de932611e909a89131267 (patch)
treefbb6cb56b3e5a4e0688be5cba6008766631f9bf0 /misc/compat6x/pkg-descr
parent3cb2c16787db6af8fe5402597117838b8bc26778 (diff)
downloadports-dce8496796908475063de932611e909a89131267.tar.gz
ports-dce8496796908475063de932611e909a89131267.zip
Notes
Diffstat (limited to 'misc/compat6x/pkg-descr')
-rw-r--r--misc/compat6x/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/compat6x/pkg-descr b/misc/compat6x/pkg-descr
new file mode 100644
index 000000000000..63840d0b37a9
--- /dev/null
+++ b/misc/compat6x/pkg-descr
@@ -0,0 +1,12 @@
+This package allows you to install the compat6x libraries on your
+system, so you can use legacy binaries that depend on them.
+
+Ports usage example:
+
+--
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700043
+LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x
+.endif
+--