diff options
author | flz <flz@FreeBSD.org> | 2007-01-30 04:15:52 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-01-30 04:15:52 +0800 |
commit | 94969cc40e32357b5c80dd7c45d4a59599fcda5b (patch) | |
tree | a3ca8ca5029721181349a0c46dffb849be6c7080 /sysutils/testdisk | |
parent | ccbf24197be5e143901fb542d69e0573c77d3496 (diff) | |
download | freebsd-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/Makefile | 2 |
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) |