git: 907465b3032c - main - sysutils/testdisk: Fix build with PROGSREISERFS option

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Sat, 03 Feb 2024 16:40:52 UTC
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=907465b3032c41ddd7d4752121b0cca8305b3aef

commit 907465b3032c41ddd7d4752121b0cca8305b3aef
Author:     Nicholas Taylor <nicholas.e.taylor@gmail.com>
AuthorDate: 2024-02-03 16:38:17 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-02-03 16:40:42 +0000

    sysutils/testdisk: Fix build with PROGSREISERFS option
    
    Fix typo on lib depends for PROGSREISERFS option.
    
    PR:             276803
---
 sysutils/testdisk/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/testdisk/Makefile b/sysutils/testdisk/Makefile
index ba15123a2a14..9fc565d2c972 100644
--- a/sysutils/testdisk/Makefile
+++ b/sysutils/testdisk/Makefile
@@ -31,7 +31,7 @@ ICONV_CONFIGURE_OFF=	--without-iconv
 NTFS_LIB_DEPENDS=	libntfs-3g.so:sysutils/fusefs-ntfs
 NTFS_CONFIGURE_OFF=	--without-ntfs3g
 
-PROGSREISERFS_LIB_DEPENDS=	libreiserfs-0.3.so:sysutils/progsreiserfs
+PROGSREISERFS_LIB_DEPENDS=	libreiserfs-0.3.so.0:sysutils/progsreiserfs
 PROGSREISERFS_CONFIGURE_OFF=	--without-reiserfs
 
 .include <bsd.port.mk>