Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2023 19:34:54 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 5f4d516c32a5 - 2023Q2 - devel/ptlib: respect JABBER=on BSDVIDEO=off V4L=off
Message-ID:  <202305191934.34JJYshi035685@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305191934.34JJYshi035685>