aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Taylor <nicholas.e.taylor@gmail.com>2024-02-03 16:38:17 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-02-03 16:40:42 +0000
commit907465b3032c41ddd7d4752121b0cca8305b3aef (patch)
tree6c3a723069c4c1bb748acde4c6e9663e3e1c04df
parent52eee8b78d38ef94e15a5ce4f36c80468e99cb9a (diff)
downloadports-907465b3032c41ddd7d4752121b0cca8305b3aef.tar.gz
ports-907465b3032c41ddd7d4752121b0cca8305b3aef.zip
sysutils/testdisk: Fix build with PROGSREISERFS option
Fix typo on lib depends for PROGSREISERFS option. PR: 276803
-rw-r--r--sysutils/testdisk/Makefile2
1 files changed, 1 insertions, 1 deletions
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>