diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-20 17:19:47 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-20 17:19:47 +0800 |
commit | 94c4f8952fa0cac9503a400224cb9f194fcb84a0 (patch) | |
tree | 454d1c1b9530cc1c32e3f35fd9cd55d42e5f1384 /misc/compat3x | |
parent | 24098b568df0676434494459d55698970508e650 (diff) | |
download | freebsd-ports-gnome-94c4f8952fa0cac9503a400224cb9f194fcb84a0.tar.gz freebsd-ports-gnome-94c4f8952fa0cac9503a400224cb9f194fcb84a0.tar.zst freebsd-ports-gnome-94c4f8952fa0cac9503a400224cb9f194fcb84a0.zip |
Add usage-example for the misc/compat[34]x ports
Diffstat (limited to 'misc/compat3x')
-rw-r--r-- | misc/compat3x/pkg-descr | 9 |
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 + |