diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-01-03 08:26:26 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-01-03 08:26:26 +0000 |
commit | 154daac90dcda8c7602b65d7edac6be3995ce934 (patch) | |
tree | 5439bf36d93f4fc2647d6d990621481055218758 /misc/mc | |
parent | sysutils/vzvol: depend on `sysutils/e2fsprogs-core', fix formatting (diff) |
Depend on `sysutils/e2fsprogs-core' in the remaining three ports
Chase commit 14e733a6bb4b and depend on the new port origin which
most utilities and libraries now belong to. This would often go
unnoticed as `sysutils/e2fsprogs-core' would be pulled regardless,
but might cause package build tools to always rebuild consumers.
PR: 268551
Diffstat (limited to 'misc/mc')
-rw-r--r-- | misc/mc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index c35db7eefe47..09ecdca2fde1 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -46,7 +46,7 @@ ASPELL_CONFIGURE_ENABLE=aspell EDITOR_CONFIGURE_WITH= internal-edit -EXTATTR_LIB_DEPENDS= libe2p.so:sysutils/e2fsprogs +EXTATTR_LIB_DEPENDS= libe2p.so:sysutils/e2fsprogs-core ICONV_USES= iconv ICONV_CONFIGURE_ENABLE= charset |