git: f18f069e5f30 - main - multimedia/pipewire: softer dependency on ncurses after 3af7fd92d368 (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Dec 2021 18:52:42 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f18f069e5f30ab6546857cfea65225e80f35c1c2
commit f18f069e5f30ab6546857cfea65225e80f35c1c2
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2021-12-17 18:44:02 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2021-12-17 18:52:34 +0000
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 78d07182923e..8e97b3f3cb0d 100644
--- a/multimedia/pipewire/Makefile
+++ b/multimedia/pipewire/Makefile
@@ -69,7 +69,7 @@ MESON_ARGS= -D pw-cat=enabled \
.include <bsd.port.options.mk>
.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1400035
-USES+= ncurses:base
+USES+= ncurses
.else
USES+= ncurses:port
.endif