php.port.mk sets MODPHP_BUILDDEP=No by default now.
authorsthen <sthen@openbsd.org>
Mon, 25 Jan 2021 14:02:18 +0000 (14:02 +0000)
committersthen <sthen@openbsd.org>
Mon, 25 Jan 2021 14:02:18 +0000 (14:02 +0000)
share/man/man5/port-modules.5

index b0ec3c0..4ed13f2 100644 (file)
@@ -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.