svn commit: r421191 - head/net-mgmt/seafile

John Marino marino at FreeBSD.org
Wed Aug 31 20:43:08 UTC 2016


Author: marino
Date: Wed Aug 31 20:43:07 2016
New Revision: 421191
URL: https://svnweb.freebsd.org/changeset/ports/421191

Log:
  net-mgmt/seafile: Properly exclude FUSE option from DragonFly

Modified:
  head/net-mgmt/seafile/Makefile

Modified: head/net-mgmt/seafile/Makefile
==============================================================================
--- head/net-mgmt/seafile/Makefile	Wed Aug 31 20:13:51 2016	(r421190)
+++ head/net-mgmt/seafile/Makefile	Wed Aug 31 20:43:07 2016	(r421191)
@@ -83,9 +83,7 @@ RIAK_CONFIGURE_ENABLE=	riak
 RIAK_RUN_DEPENDS=	riak:databases/riak
 
 OPTIONS_DEFAULT=	FUSE
-.if defined(DFLYVERSION)
-OPTIONS_DEFAULT=
-.endif
+OPTIONS_EXCLUDE_DragonFly=	FUSE
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list