git: 331075c0afa0 - main - sysutils/bacula15-server: Fix broken S3 option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 May 2024 12:38:58 UTC
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=331075c0afa04ef95c11fad7d8a611cac29ef897 commit 331075c0afa04ef95c11fad7d8a611cac29ef897 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2024-05-05 12:35:12 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2024-05-05 12:35:12 +0000 sysutils/bacula15-server: Fix broken S3 option I did not properly convert the S3 option from the old format to the new format. PR: 278312 --- sysutils/bacula15-server/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sysutils/bacula15-server/Makefile b/sysutils/bacula15-server/Makefile index 6e7aec421cd7..a9d84c4720a0 100644 --- a/sysutils/bacula15-server/Makefile +++ b/sysutils/bacula15-server/Makefile @@ -133,10 +133,10 @@ MTX_RUN_DEPENDS= ${LOCALBASE}/sbin/mtx:misc/mtx .endif -.include <bsd.port.pre.mk> +S3_CONFIGURE_ARGS= --enable-s3 +S3_LIB_DEPENDS= libs3.so:sysutils/bacula-libs3 -MS3_CONFIGURE_ARGS= --enable-s3 -MS3_LIB_DEPENDS= libs3.so:sysutils/bacula-libs3 +.include <bsd.port.pre.mk> .if defined(WITH_CLIENT_ONLY) MP8+= bacula.8 bacula-fd.8 bconsole.8