svn commit: r519784 - head/sysutils/android-file-transfer

Jan Beich jbeich at FreeBSD.org
Tue Dec 10 23:32:14 UTC 2019


Author: jbeich
Date: Tue Dec 10 23:32:13 2019
New Revision: 519784
URL: https://svnweb.freebsd.org/changeset/ports/519784

Log:
  sysutils/android-file-transfer: expose FUSE on DragonFly
  
  See https://gitweb.dragonflybsd.org/dragonfly.git/commit/5812c3cc7f8e

Modified:
  head/sysutils/android-file-transfer/Makefile   (contents, props changed)

Modified: head/sysutils/android-file-transfer/Makefile
==============================================================================
--- head/sysutils/android-file-transfer/Makefile	Tue Dec 10 23:31:48 2019	(r519783)
+++ head/sysutils/android-file-transfer/Makefile	Tue Dec 10 23:32:13 2019	(r519784)
@@ -22,8 +22,6 @@ PLIST_FILES=	"@comment lib/libmtp-ng-static.a"
 OPTIONS_DEFINE=	CLI FUSE QT5
 OPTIONS_DEFAULT=CLI FUSE QT5
 OPTIONS_EXCLUDE?=	QT5 # enslaved until subpackaging
-# XXX http://lists.dragonflybsd.org/pipermail/users/2016-September/313064.html
-OPTIONS_EXCLUDE_DragonFly=	FUSE
 
 CLI_DESC=	CLI (Command-Line Interface) support
 CLI_USES=	readline


More information about the svn-ports-head mailing list