git: a852ac5ac035 - main - net/samba419: Allow setting *_BUNDLED_* via make.conf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Aug 2024 18:25:20 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a852ac5ac035572f7639fe3c2b76bb8078003c8e
commit a852ac5ac035572f7639fe3c2b76bb8078003c8e
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2024-08-11 18:20:28 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2024-08-11 18:24:57 +0000
net/samba419: Allow setting *_BUNDLED_* via make.conf
PR: 280557
Approved by: portmgr blanket
---
net/samba419/Makefile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/net/samba419/Makefile b/net/samba419/Makefile
index 51a50ae8bb1b..bbaad921ec2b 100644
--- a/net/samba419/Makefile
+++ b/net/samba419/Makefile
@@ -191,11 +191,11 @@ BUILD_DEPENDS+= libarchive>=3.1.2:archivers/libarchive
RUN_DEPENDS+= libarchive>=3.1.2:archivers/libarchive
### Bundled libraries
-SAMBA4_BUNDLED_CMOCKA= yes
-SAMBA4_BUNDLED_TALLOC= yes
-SAMBA4_BUNDLED_TEVENT= yes
-SAMBA4_BUNDLED_TDB= yes
-SAMBA4_BUNDLED_LDB= yes
+SAMBA4_BUNDLED_CMOCKA?= yes
+SAMBA4_BUNDLED_TALLOC?= yes
+SAMBA4_BUNDLED_TEVENT?= yes
+SAMBA4_BUNDLED_TDB?= yes
+SAMBA4_BUNDLED_LDB?= yes
# cmocka
.if defined(SAMBA4_BUNDLED_CMOCKA) && ${SAMBA4_BUNDLED_CMOCKA} == yes
SAMBA4_BUNDLED_LIBS+= cmocka