summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/testdisk/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/sysutils/testdisk/Makefile b/sysutils/testdisk/Makefile
index c81a9a7ded1..972cf7327ca 100644
--- a/sysutils/testdisk/Makefile
+++ b/sysutils/testdisk/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2013/05/04 10:37:38 dsainty Exp $
+# $NetBSD: Makefile,v 1.4 2013/05/04 12:38:28 dsainty Exp $
#
DISTNAME= testdisk-6.13
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://www.cgsecurity.org/
EXTRACT_SUFX= .tar.bz2
@@ -14,6 +14,11 @@ LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
+# testdisk uses either ntfsprogs or fuse-ntfs-3g, but not both, and prefers
+# fuse-ntfs-3g. Ignore configure-time warnings that the ntfs library is
+# disabled.
+
.include "../../mk/jpeg.buildlink3.mk"
.include "../../devel/libuuid/buildlink3.mk"
+.include "../../filesystems/fuse-ntfs-3g/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"