aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2017-01-01 01:38:55 +0800
committerrene <rene@FreeBSD.org>2017-01-01 01:38:55 +0800
commit0aea09be66639f04c7ffab7315270fc01e3801ae (patch)
tree2217a619750a56e8a4993c281bf827e6a0af784b
parente59c20ce0bbbea647ad20077e1da35ac8f319ab8 (diff)
downloadfreebsd-ports-gnome-0aea09be66639f04c7ffab7315270fc01e3801ae.tar.gz
freebsd-ports-gnome-0aea09be66639f04c7ffab7315270fc01e3801ae.tar.zst
freebsd-ports-gnome-0aea09be66639f04c7ffab7315270fc01e3801ae.zip
sysutils/testdisk: remove optional option on expired ntfsprogs, always use
ntfs3g instead. Rework option accordingly.
-rw-r--r--sysutils/testdisk/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/sysutils/testdisk/Makefile b/sysutils/testdisk/Makefile
index 1d307cc9a2a9..e858e3d81e6b 100644
--- a/sysutils/testdisk/Makefile
+++ b/sysutils/testdisk/Makefile
@@ -27,11 +27,7 @@ PORTDOCS= *
OPTIONS_DEFINE= ICONV PROGSREISERFS NTFS DOCS
OPTIONS_DEFAULT= ICONV
-OPTIONS_SINGLE= NTFS
-OPTIONS_SINGLE_NTFS= NTFS3G NTFSPROGS
-NTFS_DESC= Support NTFS
-NTFS3G_DESC= Use fusefs-ntfs extensions
-NTFSPROGS_DESC= Use ntfsprogs extensions
+NTFS_DESC= Support NTFS via fuse-ntfs extensions
PROGSREISERFS_DESC= Use reiserfs extensions
# E2FSPROGS "Use ext2fs extensions" off \
@@ -46,11 +42,8 @@ ICONV_CONFIGURE_OFF= --without-iconv
#CONFIGURE_ARGS+=--without-ext2fs
#.endif
-NTFS3G_LIB_DEPENDS= libntfs-3g.so:sysutils/fusefs-ntfs
-NTFS3G_CONFIGURE_OFF= --without-ntfs3g
-
-NTFSPROGS_LIB_DEPENDS= libntfs.so:sysutils/ntfsprogs
-NTFS_PROGS_CONFIGURE_ARGS= --without-ntfs
+NTFS_LIB_DEPENDS= libntfs-3g.so:sysutils/fusefs-ntfs
+NTFS_CONFIGURE_OFF= --without-ntfs3g
PROGSREISERFS_LIB_DEPENDS= libreiserfs-0.3.so:sysutils/progsreiserfs
PROGSREISERFS_CONFIGURE_OFF= --without-reiserfs