git: 3e7e6de5f4c8 - main - devel/base64: Add missing USE_LDCONFIG
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Dec 2025 11:19:16 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3e7e6de5f4c83f24a5d35f520bc8c315c77784c8
commit 3e7e6de5f4c83f24a5d35f520bc8c315c77784c8
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-19 11:11:29 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-19 11:11:29 +0000
devel/base64: Add missing USE_LDCONFIG
---
devel/base64/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/devel/base64/Makefile b/devel/base64/Makefile
index 7f22946b40d6..f9f4eccbfe72 100644
--- a/devel/base64/Makefile
+++ b/devel/base64/Makefile
@@ -30,6 +30,7 @@ CMAKE_ON= BASE64_BUILD_CLI \
CMAKE_TESTING_ON= \
BASE64_BUILD_TESTS \
BASE64_WERROR
+USE_LDCONFIG= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}