Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Feb 2024 16:40:52 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 907465b3032c - main - sysutils/testdisk: Fix build with PROGSREISERFS option
Message-ID:  <202402031640.413Geq0n038567@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402031640.413Geq0n038567>