diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2023-06-21 05:24:33 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2023-06-21 05:30:20 +0000 |
commit | bc8993b85b9486eec098bbfa8b175d255e9e42b8 (patch) | |
tree | 3c330a6477944d63c8054cdcc0f878867b1226e8 /sysutils | |
parent | 0d3812eebffbad59d8b77e6750af038f36a549fe (diff) | |
download | ports-bc8993b85b9486eec098bbfa8b175d255e9e42b8.tar.gz ports-bc8993b85b9486eec098bbfa8b175d255e9e42b8.zip |
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-rar2fs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/fusefs-rar2fs/Makefile b/sysutils/fusefs-rar2fs/Makefile index c75f638c187a..ab1dd062143b 100644 --- a/sysutils/fusefs-rar2fs/Makefile +++ b/sysutils/fusefs-rar2fs/Makefile @@ -1,7 +1,7 @@ PORTNAME= rar2fs DISTVERSION= 1.29.5 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- @@ -13,7 +13,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${NONEXISTENT}:${LIBUNRAR_PORT}:patch -LIB_DEPENDS= libunrar.so.6:${LIBUNRAR_PORT} +LIB_DEPENDS= libunrar.so:${LIBUNRAR_PORT} USES= autoreconf compiler:c11 gmake fuse USE_GITHUB= yes @@ -31,7 +31,7 @@ PLIST_FILES= bin/${PORTNAME} \ bin/mkr2i \ man/man1/rar2fs.1.gz -LIBUNRAR_PORT= archivers/libunrar6 +LIBUNRAR_PORT= archivers/libunrar LIBUNRAR_PKG= ${LIBUNRAR_PORT:S|archivers/||} .include <bsd.port.mk> |