svn commit: r342463 - head/sysutils/fusefs-kmod

Antoine Brodin antoine at FreeBSD.org
Mon Feb 3 18:09:40 UTC 2014


Author: antoine
Date: Mon Feb  3 18:09:39 2014
New Revision: 342463
URL: http://svnweb.freebsd.org/changeset/ports/342463
QAT: https://qat.redports.org/buildarchive/r342463/

Log:
  Allow staging as a regular user

Modified:
  head/sysutils/fusefs-kmod/Makefile

Modified: head/sysutils/fusefs-kmod/Makefile
==============================================================================
--- head/sysutils/fusefs-kmod/Makefile	Mon Feb  3 18:07:34 2014	(r342462)
+++ head/sysutils/fusefs-kmod/Makefile	Mon Feb  3 18:09:39 2014	(r342463)
@@ -27,7 +27,7 @@ DISABLE_SIZE=	yes
 OPTIONS_DEFINE=	AUTOSETUP DOCS
 AUTOSETUP_DESC=	Automatic global config file setup
 
-USES=		kmod
+USES=		kmod uidfix
 
 DOCS_BUILD_DEPENDS=	deplate:${PORTSDIR}/textproc/ruby-deplate
 


More information about the svn-ports-head mailing list