diff options
author | dsainty <dsainty@pkgsrc.org> | 2013-05-04 12:38:28 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2013-05-04 12:38:28 +0000 |
commit | fe3e78f3199128526db54909d4d1ed84b865afb2 (patch) | |
tree | 61dce22759a6c63ada3d883c6688f7a5a6696f1c /sysutils | |
parent | b82ef2546769ee6c92e5eed2f999ef99d2725318 (diff) | |
download | pkgsrc-fe3e78f3199128526db54909d4d1ed84b865afb2.tar.gz |
Pull in filesystems/fuse-ntfs-3g for additional functionality.
Bump PKGREVISION.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/testdisk/Makefile | 9 |
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" |