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

This commit is contained in:
John Marino 2016-08-31 20:43:07 +00:00
parent d2b73d7ce8
commit 9b2f7560a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421191

View File

@ -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>