summaryrefslogtreecommitdiff
path: root/filesystems/ori
diff options
context:
space:
mode:
authorgdt <gdt>2014-02-18 03:00:52 +0000
committergdt <gdt>2014-02-18 03:00:52 +0000
commit0d486e9204dba0baf5cb758ca621752e43d3c169 (patch)
treee66dfe3e1cbf8658314ac0c7e3b77a4d85ed698c /filesystems/ori
parent4657b1366a2964a7dde48c7d15889507edb9903e (diff)
downloadpkgsrc-0d486e9204dba0baf5cb758ca621752e43d3c169.tar.gz
Use mk/fuse instead of filesytems/fuse.
NetBSD's FUSE implementation is part of the base system, and filesytems/fuse is the user-space implementation for systems with the /dev/fuse interface. It might be possible to use filesytems/fuse and perfused, but that's much harder than librefuse. Now orifs runs on NetBSD 6.
Diffstat (limited to 'filesystems/ori')
-rw-r--r--filesystems/ori/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/filesystems/ori/Makefile b/filesystems/ori/Makefile
index 33ffd34dcc4..1c1ce48d0ce 100644
--- a/filesystems/ori/Makefile
+++ b/filesystems/ori/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2014/02/17 10:36:51 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2014/02/18 03:00:52 gdt Exp $
DISTNAME= ori-0.8.1
+PKGREVISION= 1
CATEGORIES= filesystems
MASTER_SITES= https://bitbucket.org/orifs/ori/downloads/
EXTRACT_SUFX= .tar.xz
@@ -30,7 +31,7 @@ do-install:
.include "../../archivers/xz/buildlink3.mk"
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/libevent/buildlink3.mk"
-.include "../../filesystems/fuse/buildlink3.mk"
+.include "../../mk/fuse.buildlink3.mk"
.include "../../net/mDNSResponder/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"