diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-03-14 11:03:05 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-03-14 11:03:05 +0000 |
commit | 6c8dd1b05233539ef2af0eb0a3ba3bca4648c139 (patch) | |
tree | 48d912c2b61200ab411a3d3bfce308324f40c90c | |
parent | 74a68fb1215e1ab16d564b89cf8807db4db77763 (diff) |
document WANTLIB absolute paths.
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 7c423b3c513..52e9e04a7b5 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.157 2005/03/11 23:03:58 jmc Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.158 2005/03/14 11:03:04 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -1577,6 +1577,13 @@ with the default process limits. .It Ev WANTLIB Extra list of library specifications that a package will need. May include system and X11 libraries. +.Pp +As a special extension, +.Ev WANTLIB +may include absolute paths, e.g., +.Pa ${LOCALBASE}/lib/expat.=4 +to distinguish between base libraries and port libraries. +Use with caution, this is very seldom needed. .It Ev WARNINGS User settings. If set to |