diff options
author | marino <marino@FreeBSD.org> | 2014-10-20 18:45:26 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-10-20 18:45:26 +0800 |
commit | 9a3fb7c1a00833519a128aff228e176a98efd1aa (patch) | |
tree | b5d0f2fb1eaedb364ff6b7002bfd853b88168db7 /sysutils | |
parent | 58be75add82beff7001c1e1030b845581235c798 (diff) | |
download | freebsd-ports-gnome-9a3fb7c1a00833519a128aff228e176a98efd1aa.tar.gz freebsd-ports-gnome-9a3fb7c1a00833519a128aff228e176a98efd1aa.tar.zst freebsd-ports-gnome-9a3fb7c1a00833519a128aff228e176a98efd1aa.zip |
sysutils/fusefs-libs: IGNORE on DragonFly (fusefs not implemented)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-libs/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OPSYS} == DragonFly +IGNORE= fusefs has not been implemented on DragonFly +.endif + +.include <bsd.port.post.mk> |