diff options
author | agc <agc@pkgsrc.org> | 2007-05-04 19:53:32 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2007-05-04 19:53:32 +0000 |
commit | c92ac21c91338914f0c0ce4e17c0b3b7e2233529 (patch) | |
tree | f379168eb759bafe2962e84c0e4792b787ff1a2c /filesystems | |
parent | a15c26e1f1f9572011177dc775a3c7929a523e4c (diff) | |
download | pkgsrc-c92ac21c91338914f0c0ce4e17c0b3b7e2233529.tar.gz |
Add and enable py-fuse-bindings
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/filesystems/Makefile b/filesystems/Makefile index 06efd7bcd45..f9627af69b1 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/05/02 19:45:26 sborrill Exp $ +# $NetBSD: Makefile,v 1.12 2007/05/04 19:53:32 agc Exp $ # COMMENT= File systems, and file system related packages @@ -14,6 +14,7 @@ SUBDIR+= fuse-httpfs SUBDIR+= fuse-lzofs SUBDIR+= fuse-ntfs-3g SUBDIR+= fuse-unionfs +SUBDIR+= py-fuse-bindings SUBDIR+= u9fs .include "../mk/bsd.pkg.subdir.mk" |