Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2023 19:30:05 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c60b0cdd1b1e - main - devel/ptlib: respect JABBER=on BSDVIDEO=off V4L=off
Message-ID:  <202305191930.34JJU5Z0022879@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c60b0cdd1b1e20a44b6af1b32b63ef48e52bea60

commit c60b0cdd1b1e20a44b6af1b32b63ef48e52bea60
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:28:54 +0000

    devel/ptlib: respect JABBER=on BSDVIDEO=off V4L=off
    
    Reported by:    portscan
---
 devel/ptlib/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/ptlib/Makefile b/devel/ptlib/Makefile
index 4c77352c6a9a..e53c9ca8c6c6 100644
--- a/devel/ptlib/Makefile
+++ b/devel/ptlib/Makefile
@@ -55,7 +55,7 @@ BSDVIDEO_CONFIGURE_ENABLE=bsdvideo
 BSDVIDEO_VARS=	PTLIB_VIDEO=1
 DEBUG_ALL_TARGET=	debugshared
 JABBER_CONFIGURE_ON=--enable-jabber
-JABBER_VARS=	PLLIB_VIDEO=1
+JABBER_VARS=	PTLIB_VIDEO=1
 LDAP_USES=	ldap
 LDAP_CONFIGURE_ENABLE=openldap
 ODBC_LIB_DEPENDS=	libodbc.so:databases/unixODBC



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