From 5bd41ca80c946426099ac1c10fd5759a724e70a6 Mon Sep 17 00:00:00 2001 From: Gleb Popov Date: Fri, 28 Feb 2025 08:56:30 +0300 Subject: [PATCH] shells/powershell: Depend on misc/terminfo-db to fix duplicated symbols in the input --- shells/powershell/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shells/powershell/Makefile b/shells/powershell/Makefile index d8b7a65e66c5..2b1286fc04d1 100644 --- a/shells/powershell/Makefile +++ b/shells/powershell/Makefile @@ -1,6 +1,7 @@ PORTNAME= powershell DISTVERSIONPREFIX=v DISTVERSION= 7.5.0 +PORTREVISION= 1 CATEGORIES= shells MAINTAINER= arrowd@FreeBSD.org @@ -15,6 +16,7 @@ LIB_DEPENDS= libbrotlienc.so:archivers/brotli \ libinotify.so:devel/libinotify \ libunwind.so:devel/libunwind RUN_DEPENDS= dotnet:lang/dotnet-host \ + terminfo-db>0:misc/terminfo-db \ ${LOCALBASE}/lib/powershell/libpsl-native.so:shells/libpowershell-native \ ${LOCALBASE}/lib/libicuuc.so:devel/icu