diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2022-12-24 15:01:54 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2022-12-24 15:02:51 +0000 |
commit | 3912e8caff71c080cd709d1bca6967c6cb0d8b6c (patch) | |
tree | 9916634564039a7c5fff1235d160b906b1a18a86 | |
parent | 43c716cec308aeec9c7073cbed697d73eb9c6e9d (diff) | |
download | ports-3912e8caff71c080cd709d1bca6967c6cb0d8b6c.tar.gz ports-3912e8caff71c080cd709d1bca6967c6cb0d8b6c.zip |
sysutils/fusefs-ext2: Adjust dependencies after 14e733a6bb4b
After commit 14e733a6bb4b to sysutils/e2fsprogs, poudriere always
rebuilds sysutils/fusefs-ext2.
Adjust dependency to sysutils/e2fsprogs-core which contains the actual
files needed.
PR: 265289
-rw-r--r-- | sysutils/fusefs-ext2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/fusefs-ext2/Makefile b/sysutils/fusefs-ext2/Makefile index abd9a28f09a6..da807194a9e8 100644 --- a/sysutils/fusefs-ext2/Makefile +++ b/sysutils/fusefs-ext2/Makefile @@ -1,7 +1,7 @@ PORTNAME= fusefs-ext2 PORTVERSION= 0.0.10 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org @@ -11,8 +11,8 @@ WWW= https://github.com/alperakcan/fuse-ext2 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= mke2fs:sysutils/e2fsprogs -RUN_DEPENDS= mke2fs:sysutils/e2fsprogs +BUILD_DEPENDS= mke2fs:sysutils/e2fsprogs-core +RUN_DEPENDS= mke2fs:sysutils/e2fsprogs-core USES= autoreconf fuse libtool localbase:ldflags pkgconfig USE_GITHUB= yes |