diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-05-19 19:17:53 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-05-19 19:28:54 +0000 |
commit | c60b0cdd1b1e20a44b6af1b32b63ef48e52bea60 (patch) | |
tree | 722ee04ddd1bfe934e9988fbab289e9b1662f776 | |
parent | adfa3e49c1299636e87532e667021a668762b94a (diff) | |
download | ports-c60b0cdd1b1e20a44b6af1b32b63ef48e52bea60.tar.gz ports-c60b0cdd1b1e20a44b6af1b32b63ef48e52bea60.zip |
devel/ptlib: respect JABBER=on BSDVIDEO=off V4L=off
Reported by: portscan
-rw-r--r-- | devel/ptlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |