diff options
author | 2021-01-25 14:02:18 +0000 | |
---|---|---|
committer | 2021-01-25 14:02:18 +0000 | |
commit | 074482ab8f95021750c8cc1e86b033434c7c4664 (patch) | |
tree | f79f8d8cb25a38ecf76fca8ff396b98a097314aa | |
parent | raise the max number of queues/interrupts to 16, up from 1. (diff) | |
download | wireguard-openbsd-074482ab8f95021750c8cc1e86b033434c7c4664.tar.xz wireguard-openbsd-074482ab8f95021750c8cc1e86b033434c7c4664.zip |
php.port.mk sets MODPHP_BUILDDEP=No by default now.
-rw-r--r-- | share/man/man5/port-modules.5 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index b0ec3c0e035..4ed13f2e543 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.250 2020/12/22 10:33:34 tobias Exp $ +.\" $OpenBSD: port-modules.5,v 1.251 2021/01/25 14:02:18 sthen Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 22 2020 $ +.Dd $Mdocdate: January 25 2021 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -1341,13 +1341,14 @@ and .Ev MODPHP_LIBDIR . Adds to .Ev RUN_DEPENDS -and -.Ev BUILD_DEPENDS unless .Ev MODPHP_RUNDEP -or +is set to No. +Adds to +.Ev BUILD_DEPENDS +if .Ev MODPHP_BUILDDEP -are set. +is set to Yes. If .Ev MODPHP_DO_PHPIZE is set, prepares a build environment for extensions that use phpize. |