summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filesystems/fuse/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/filesystems/fuse/Makefile b/filesystems/fuse/Makefile
index ed45cf4bb1e..e69efb55ecf 100644
--- a/filesystems/fuse/Makefile
+++ b/filesystems/fuse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/03/15 22:55:21 agc Exp $
+# $NetBSD: Makefile,v 1.3 2007/03/16 18:57:29 gdt Exp $
#
DISTNAME= fuse-2.5.2
@@ -10,7 +10,16 @@ HOMEPAGE= http://fuse.sourceforge.net/
COMMENT= Filesystem in Userspace
GNU_CONFIGURE= yes
+
+# FUSE the implementation only builds on Linux and FreeBSD.
ONLY_FOR_PLATFORM= Linux-*-* FreeBSD-*-*
+# On NetBSD 4.99 after 2007-02, /usr/lib/librefuse provides the FUSE
+# interface expected by filesystem implementations and therefore this
+# implementation is not needed.
+# XXX Set NOT_FOR_PLATFORM with a helpful failure message, because
+# fuse not building is confusing for people who have been told that
+# fuse works on NetBSD.
+
USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= yes