git: 5f4d516c32a5 - 2023Q2 - devel/ptlib: respect JABBER=on BSDVIDEO=off V4L=off
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 May 2023 19:34:54 UTC
The branch 2023Q2 has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5f4d516c32a5deb24972a8f860910f78de364961
commit 5f4d516c32a5deb24972a8f860910f78de364961
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-05-19 19:17:53 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-05-19 19:34:46 +0000
devel/ptlib: respect JABBER=on BSDVIDEO=off V4L=off
Reported by: portscan
(cherry picked from commit c60b0cdd1b1e20a44b6af1b32b63ef48e52bea60)
---
devel/ptlib/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/ptlib/Makefile b/devel/ptlib/Makefile
index 63d38fb9a98c..b52ae2c40f1f 100644
--- a/devel/ptlib/Makefile
+++ b/devel/ptlib/Makefile
@@ -79,7 +79,7 @@ PLIST_SUB+= PULSEAUDIO="@comment "
.if ${PORT_OPTIONS:MJABBER}
CONFIGURE_ARGS+=--enable-jabber
-PLLIB_VIDEO=1
+PTLIB_VIDEO=1
.endif
.if ${PORT_OPTIONS:MODBC}