aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/testdisk
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2007-01-30 04:15:52 +0800
committerflz <flz@FreeBSD.org>2007-01-30 04:15:52 +0800
commit94969cc40e32357b5c80dd7c45d4a59599fcda5b (patch)
treea3ca8ca5029721181349a0c46dffb849be6c7080 /sysutils/testdisk
parentccbf24197be5e143901fb542d69e0573c77d3496 (diff)
downloadfreebsd-ports-graphics-94969cc40e32357b5c80dd7c45d4a59599fcda5b.tar.gz
freebsd-ports-graphics-94969cc40e32357b5c80dd7c45d4a59599fcda5b.tar.zst
freebsd-ports-graphics-94969cc40e32357b5c80dd7c45d4a59599fcda5b.zip
Fix forgotten shlib version bump for sysutils/ntfsprogs.
Reported by: Mamory Iwaki <iwaki@bc.niigata-u.ac.jp>
Diffstat (limited to 'sysutils/testdisk')
-rw-r--r--sysutils/testdisk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/testdisk/Makefile b/sysutils/testdisk/Makefile
index 1b38013a3a0..9a8e43a46b3 100644
--- a/sysutils/testdisk/Makefile
+++ b/sysutils/testdisk/Makefile
@@ -33,7 +33,7 @@ LIB_DEPENDS+= ext2fs.2:${PORTSDIR}/sysutils/e2fsprogs
.endif
.if defined(WITH_NTFSPROGS)
-LIB_DEPENDS+= ntfs.8:${PORTSDIR}/sysutils/ntfsprogs
+LIB_DEPENDS+= ntfs.9:${PORTSDIR}/sysutils/ntfsprogs
.endif
.if defined(WITH_PROGSREISERFS)