diff options
author | 2001-03-28 15:02:11 +0000 | |
---|---|---|
committer | 2001-03-28 15:02:11 +0000 | |
commit | 368762b69e4edaee79683c35f723fcc63894f1f2 (patch) | |
tree | a205b4aeb04c2eda1554d15610c2d2adf7e0067e | |
parent | Goodbye, gdb uses src/gnu/lib/libreadline now. (diff) | |
download | wireguard-openbsd-368762b69e4edaee79683c35f723fcc63894f1f2.tar.xz wireguard-openbsd-368762b69e4edaee79683c35f723fcc63894f1f2.zip |
Document dependencies on subpackages and flavors.
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index f9f7dbfc09e..349ae5568b8 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.29 2001/03/28 11:33:31 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.30 2001/03/28 15:02:11 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -224,7 +224,7 @@ Set based on corresponding INSTALL_* variables. .It Ev BUILD_DEPENDS List of other ports the current port needs to build correctly. Each item has the form -.Sq file_to_test::directory[:target] . +.Sq file_to_test::directory[,-subpackage][,flavor ...][:target] . The double :: is designed to allow wedging a package specification in the near future. .Sq target @@ -238,6 +238,12 @@ The special name /nonexistent can be used to force a build dependency (see the ghostscript port for an example). .Sq directory is set relative to ${PORTSDIR}. +.Sq subpackage +is an optional subpackage name, to install instead of the default main +package name. +.Sq flavor ... +is a comma separated list of flavors. By default, the dependency will build +the default flavor. Build dependencies are checked at the beginning of the extract stage. .It Ev BZIP2 Name of the bzip2 binary. |