summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-05-20 09:08:05 +0000
committerobache <obache@pkgsrc.org>2014-05-20 09:08:05 +0000
commit63b897214275473c2e0fc934ce1b34660a21f5c4 (patch)
tree36d501080f665a5247ff382d6710269583b8096f /sysutils
parentb21777cf2d6ff317dbea6fba885ab4794201bfd2 (diff)
downloadpkgsrc-63b897214275473c2e0fc934ce1b34660a21f5c4.tar.gz
ntfs library is in filesystems/libntfs now, change dependency.
Bump PKGREVISION.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/testdisk/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/testdisk/Makefile b/sysutils/testdisk/Makefile
index b67be0b88d3..c60695f7203 100644
--- a/sysutils/testdisk/Makefile
+++ b/sysutils/testdisk/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2013/09/09 17:45:58 drochner Exp $
+# $NetBSD: Makefile,v 1.8 2014/05/20 09:08:05 obache Exp $
#
DISTNAME= testdisk-6.14
+PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.cgsecurity.org/
EXTRACT_SUFX= .tar.bz2
@@ -22,7 +23,7 @@ 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 "../../filesystems/fuse-ntfs-3g/buildlink3.mk"
+.include "../../filesystems/libntfs/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"