diff options
author | gdt <gdt@pkgsrc.org> | 2007-03-16 18:57:29 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-03-16 18:57:29 +0000 |
commit | 4f7243b39e3a756ccbcf9f083756412f26aefe4d (patch) | |
tree | 04de6bf2c39982dd33aa7d29c93dca9bffa17ade /filesystems | |
parent | b7115c8c13f8d7b90ff5e2a1a4eaa5fd21c8877a (diff) | |
download | pkgsrc-4f7243b39e3a756ccbcf9f083756412f26aefe4d.tar.gz |
Add comment about ONLY_FOR_PLATFORM explaining why this doesn't build
on NetBSD.
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/fuse/Makefile | 11 |
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 |