diff options
author | rene <rene@FreeBSD.org> | 2017-01-01 01:38:55 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-01-01 01:38:55 +0800 |
commit | 0aea09be66639f04c7ffab7315270fc01e3801ae (patch) | |
tree | 2217a619750a56e8a4993c281bf827e6a0af784b | |
parent | e59c20ce0bbbea647ad20077e1da35ac8f319ab8 (diff) | |
download | freebsd-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/Makefile | 13 |
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 |