summaryrefslogtreecommitdiffstats
path: root/disk/ntfsprogs/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'disk/ntfsprogs/DEPENDS')
-rwxr-xr-xdisk/ntfsprogs/DEPENDS14
1 files changed, 0 insertions, 14 deletions
diff --git a/disk/ntfsprogs/DEPENDS b/disk/ntfsprogs/DEPENDS
deleted file mode 100755
index da5fae4b19..0000000000
--- a/disk/ntfsprogs/DEPENDS
+++ /dev/null
@@ -1,14 +0,0 @@
-optional_depends gnutls \
- "--enable-crypto" \
- "--disable-crypto" \
- "support encrypted file systems" &&
-optional_depends gnome-vfs2 \
- "" \
- "" \
- "to compile NTFS Gnome VFS module" &&
-optional_depends fuse \
- "" \
- "" \
- "to compile FUSE module" &&
-# libconfig is a dependency if crypto is enabled
-if is_depends_enabled $SPELL gnutls; then depends libconfig; fi