svn commit: r463720 - head/sysutils/testdisk
Tobias Kortkamp
tobik at FreeBSD.org
Tue Mar 6 12:09:59 UTC 2018
Author: tobik
Date: Tue Mar 6 12:09:59 2018
New Revision: 463720
URL: https://svnweb.freebsd.org/changeset/ports/463720
Log:
sysutils/testdisk: Fix build with PROGREISERFS=on
Fix LIB_DEPENDS: libreiserfs-0.3.so does not exist
PR: 195339
Submitted by: crest at sahiro.org
Approved by: flz (maintainer)
Modified:
head/sysutils/testdisk/Makefile
Modified: head/sysutils/testdisk/Makefile
==============================================================================
--- head/sysutils/testdisk/Makefile Tue Mar 6 12:05:10 2018 (r463719)
+++ head/sysutils/testdisk/Makefile Tue Mar 6 12:09:59 2018 (r463720)
@@ -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:
More information about the svn-ports-all
mailing list