diff options
author | obache <obache@pkgsrc.org> | 2014-05-20 09:08:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-05-20 09:08:05 +0000 |
commit | 63b897214275473c2e0fc934ce1b34660a21f5c4 (patch) | |
tree | 36d501080f665a5247ff382d6710269583b8096f /sysutils | |
parent | b21777cf2d6ff317dbea6fba885ab4794201bfd2 (diff) | |
download | pkgsrc-63b897214275473c2e0fc934ce1b34660a21f5c4.tar.gz |
ntfs library is in filesystems/libntfs now, change dependency.
Bump PKGREVISION.
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" |