From f18f069e5f30ab6546857cfea65225e80f35c1c2 Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Fri, 17 Dec 2021 21:44:02 +0300 Subject: [PATCH] multimedia/pipewire: softer dependency on ncurses after 3af7fd92d368 (+) Let framework to decide which ncurses to use on recent -RURRENT if it still polluted with installed devel/ncurses as dependency for other unadjusted ports. This is artificial case but can be faced on machines which not rebuild from scratch (or in a clean environment) after base system upgrades. No PORTREVISION bump, clean env build (poudriere f.e.) is not affected. Reported by: rhurling Sponsored by: Netzkommune GmbH --- multimedia/pipewire/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/pipewire/Makefile b/multimedia/pipewire/Makefile index 78d07182923e2..8e97b3f3cb0d2 100644 --- a/multimedia/pipewire/Makefile +++ b/multimedia/pipewire/Makefile @@ -69,7 +69,7 @@ MESON_ARGS= -D pw-cat=enabled \ .include .if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1400035 -USES+= ncurses:base +USES+= ncurses .else USES+= ncurses:port .endif