aboutsummaryrefslogtreecommitdiff
path: root/sysutils/testdisk/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-08-13 09:49:12 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-08-13 09:49:12 +0000
commit2b8c6eb7f296420d62e1cc20ca6e93317e7e4171 (patch)
tree9cb6b66ccd602bb3105f5baea2933b1a4b342643 /sysutils/testdisk/Makefile
parentabd3256ad37f056f570bc0734cd5eff50f77109d (diff)
Notes
Diffstat (limited to 'sysutils/testdisk/Makefile')
-rw-r--r--sysutils/testdisk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/testdisk/Makefile b/sysutils/testdisk/Makefile
index 7e7f7019681d..98de64704da6 100644
--- a/sysutils/testdisk/Makefile
+++ b/sysutils/testdisk/Makefile
@@ -7,6 +7,7 @@
PORTNAME= testdisk
PORTVERSION= 6.10
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.cgsecurity.org/
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
@@ -52,7 +53,7 @@ CONFIGURE_ARGS+=--without-iconv
#.endif
.if defined(WITH_NTFSPROGS)
-LIB_DEPENDS+= ntfs.9:${PORTSDIR}/sysutils/ntfsprogs
+LIB_DEPENDS+= ntfs.10:${PORTSDIR}/sysutils/ntfsprogs
.else
CONFIGURE_ARGS+=--without-ntfs
.endif