diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-11-17 10:44:29 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-11-17 10:44:29 +0000 |
commit | e8a18cd41fe90375c5c07f098ed047b1fcda7d86 (patch) | |
tree | 5903d8bab313e9a2f47e99d50f5771026ed72b88 /share | |
parent | 13bf5346d0baf8aec7b3bbb33a4ec0eb9d333df9 (diff) |
reference library specs.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index b2731e7e591..b96856e2f33 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.56 2001/11/11 13:57:31 heko Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.57 2001/11/17 10:44:28 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -585,7 +585,9 @@ which is a comma-separated list of .Sq lib_spec of the form: .Sq libname.[version.[subversion]] . -See BUGS AND LIMITATIONS as well. +See +.Xr library-specs 7 +for more details. .Pp On architectures that use dynamic libraries, .Ev LIB_DEPENDS @@ -1512,12 +1514,6 @@ and are not heeded consistently. Most of the ports tree will probably fall apart if one tries to build/use stuff elsewhere. -.Pp -.Ev LIB_DEPENDS -should only be a BUILD_DEPENDS on architectures without shared libraries. -If a -.Ev RUN_DEPENDS -is needed as well, it should be mentionned explicitly. .Sh HISTORY The ports mechanism originally came from .Fx . |