aboutsummaryrefslogtreecommitdiff
path: root/sysutils/testdisk
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2012-09-19 22:41:14 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2012-09-19 22:41:14 +0000
commit7e11ad7c33e02b4f38fa11417b8a58f6116c302e (patch)
tree61fb0ee7dcf9ef3e6f6aed1804fd6b5cde835b69 /sysutils/testdisk
parent1b55c827a9331840781e7f2785c82a0ec1bf8c1e (diff)
downloadports-7e11ad7c33e02b4f38fa11417b8a58f6116c302e.tar.gz
ports-7e11ad7c33e02b4f38fa11417b8a58f6116c302e.zip
- Chase sysutils/fusefs-ntfs shlib update
Notes
Notes: svn path=/head/; revision=304550
Diffstat (limited to 'sysutils/testdisk')
-rw-r--r--sysutils/testdisk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/testdisk/Makefile b/sysutils/testdisk/Makefile
index c76950850c65..f608e4dec7ca 100644
--- a/sysutils/testdisk/Makefile
+++ b/sysutils/testdisk/Makefile
@@ -7,6 +7,7 @@
PORTNAME= testdisk
PORTVERSION= 6.13
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.cgsecurity.org/
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
@@ -53,7 +54,7 @@ CONFIGURE_ARGS+=--without-iconv
#.endif
.if defined(WITH_NTFS3G)
-LIB_DEPENDS+= ntfs-3g.81:${PORTSDIR}/sysutils/fusefs-ntfs
+LIB_DEPENDS+= ntfs-3g:${PORTSDIR}/sysutils/fusefs-ntfs
.else
CONFIGURE_ARGS+=--without-ntfs3g
.endif