aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-08-13 17:49:12 +0800
committermiwi <miwi@FreeBSD.org>2008-08-13 17:49:12 +0800
commit03d7ed575feecb83b80228c450aae74f413f35dd (patch)
tree78bf49898a2403f3da51420a6553cbe92f3d0dd6
parent6f5d02d6eeec033774c6252c15966f43ac643006 (diff)
downloadfreebsd-ports-gnome-03d7ed575feecb83b80228c450aae74f413f35dd.tar.gz
freebsd-ports-gnome-03d7ed575feecb83b80228c450aae74f413f35dd.tar.zst
freebsd-ports-gnome-03d7ed575feecb83b80228c450aae74f413f35dd.zip
- Case sysutils/ntfsprogs shlib bump
PR: 126496 Submitted by: Michael HENNETON <sidh@rtha.info> Approved by: flz (maintainer)
-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