diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/testdisk/Makefile | 5 |
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" |