aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/testdisk
diff options
context:
space:
mode:
authortobik <tobik@FreeBSD.org>2018-03-06 20:09:59 +0800
committertobik <tobik@FreeBSD.org>2018-03-06 20:09:59 +0800
commit5c76e99616dfec62866784e57f23260e0969f248 (patch)
tree826ef4d9357a5399ecb2cd99ad61a9459b05244b /sysutils/testdisk
parentfce587f782e6c7de10904ae5af4df169d542c5fb (diff)
downloadfreebsd-ports-gnome-5c76e99616dfec62866784e57f23260e0969f248.tar.gz
freebsd-ports-gnome-5c76e99616dfec62866784e57f23260e0969f248.tar.zst
freebsd-ports-gnome-5c76e99616dfec62866784e57f23260e0969f248.zip
sysutils/testdisk: Fix build with PROGREISERFS=on
Fix LIB_DEPENDS: libreiserfs-0.3.so does not exist PR: 195339 Submitted by: crest@sahiro.org Approved by: flz (maintainer)
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 e858e3d81e6b..f0dc9c9cc1b0 100644
--- a/sysutils/testdisk/Makefile
+++ b/sysutils/testdisk/Makefile
@@ -45,7 +45,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.so:sysutils/progsreiserfs
PROGSREISERFS_CONFIGURE_OFF= --without-reiserfs
post-patch: