git: 64580a4162bd - main - sysutils/android-file-transfer: Fix build with fuse support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Sep 2025 12:24:20 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=64580a4162bd2594594548329d7c8f9f72dbef47
commit 64580a4162bd2594594548329d7c8f9f72dbef47
Author: gatekeeper <tiago.gasiba@gmail.com>
AuthorDate: 2025-09-01 12:21:14 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2025-09-01 12:21:14 +0000
sysutils/android-file-transfer: Fix build with fuse support
PR: 289191
Reported by: void[at]f-m[dot]fm
MFH: 2025Q3
---
sysutils/android-file-transfer/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sysutils/android-file-transfer/Makefile b/sysutils/android-file-transfer/Makefile
index 472aa527c30f..b2db4e8e2ddd 100644
--- a/sysutils/android-file-transfer/Makefile
+++ b/sysutils/android-file-transfer/Makefile
@@ -1,6 +1,7 @@
PORTNAME= android-file-transfer
DISTVERSIONPREFIX= v
DISTVERSION= 4.5
+PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= tiago.gasiba@gmail.com
@@ -30,7 +31,7 @@ CLI_DESC= CLI (Command-Line Interface) support
TAGLIB_DESC= Reading audio metadata via taglib
CLI_PLIST_FILES= bin/aft-mtp-cli
-FUSE_USES= fuse
+FUSE_USES= fuse:3
FUSE_CMAKE_BOOL= BUILD_FUSE
FUSE_PLIST_FILES= bin/aft-mtp-mount