mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
shells/powershell: Depend on misc/terminfo-db to fix duplicated symbols in the input
This commit is contained in:
parent
799e7fccd6
commit
5bd41ca80c
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= powershell
|
PORTNAME= powershell
|
||||||
DISTVERSIONPREFIX=v
|
DISTVERSIONPREFIX=v
|
||||||
DISTVERSION= 7.5.0
|
DISTVERSION= 7.5.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= shells
|
CATEGORIES= shells
|
||||||
|
|
||||||
MAINTAINER= arrowd@FreeBSD.org
|
MAINTAINER= arrowd@FreeBSD.org
|
||||||
|
@ -15,6 +16,7 @@ LIB_DEPENDS= libbrotlienc.so:archivers/brotli \
|
||||||
libinotify.so:devel/libinotify \
|
libinotify.so:devel/libinotify \
|
||||||
libunwind.so:devel/libunwind
|
libunwind.so:devel/libunwind
|
||||||
RUN_DEPENDS= dotnet:lang/dotnet-host \
|
RUN_DEPENDS= dotnet:lang/dotnet-host \
|
||||||
|
terminfo-db>0:misc/terminfo-db \
|
||||||
${LOCALBASE}/lib/powershell/libpsl-native.so:shells/libpowershell-native \
|
${LOCALBASE}/lib/powershell/libpsl-native.so:shells/libpowershell-native \
|
||||||
${LOCALBASE}/lib/libicuuc.so:devel/icu
|
${LOCALBASE}/lib/libicuuc.so:devel/icu
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue