From 3b5e71db69a7a3ed980bae922a477351c4d9eb2d Mon Sep 17 00:00:00 2001 From: John Marino Date: Mon, 20 Oct 2014 10:45:26 +0000 Subject: [PATCH] sysutils/fusefs-libs: IGNORE on DragonFly (fusefs not implemented) --- sysutils/fusefs-libs/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sysutils/fusefs-libs/Makefile b/sysutils/fusefs-libs/Makefile index 9040f056faa0..a3692c96b643 100644 --- a/sysutils/fusefs-libs/Makefile +++ b/sysutils/fusefs-libs/Makefile @@ -29,4 +29,10 @@ post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR}/libs ${INSTALL_DATA} ${WRKSRC}/doc/how-fuse-works ${WRKSRC}/doc/kernel.txt ${STAGEDIR}${DOCSDIR}/libs -.include +.include + +.if ${OPSYS} == DragonFly +IGNORE= fusefs has not been implemented on DragonFly +.endif + +.include