git: b82b6a7673d2 - main - archivers/file-roller: depend on archiver/rar only for amd64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Mar 2026 00:40:44 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b82b6a7673d25d287abd0062096696bb8842ae1f
commit b82b6a7673d25d287abd0062096696bb8842ae1f
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2026-03-30 00:39:52 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2026-03-30 00:39:52 +0000
archivers/file-roller: depend on archiver/rar only for amd64
---
archivers/file-roller/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile
index 0c1302f6680d..f9ef90ea8a91 100644
--- a/archivers/file-roller/Makefile
+++ b/archivers/file-roller/Makefile
@@ -43,8 +43,9 @@ ARJ_RUN_DEPENDS= arj:archivers/arj
LZO_RUN_DEPENDS= lzop:archivers/lzop
RAR_DESC= RAR archive support
-RAR_RUN_DEPENDS= rar:archivers/rar \
- unrar:archivers/unrar
+RAR_RUN_DEPENDS= unrar:archivers/unrar \
+ ${RAR_RUN_DEPENDS_${ARCH}}
+RAR_RUN_DEPENDS_amd64= rar:archivers/rar
ZIP_DESC= ZIP archive support
ZIP_RUN_DEPENDS= zip:archivers/zip