Skip to content

Commit

Permalink
multimedia/pipewire: softer dependency on ncurses after 3af7fd9 (+)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fluffykhv committed Dec 17, 2021
1 parent be4c206 commit f18f069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multimedia/pipewire/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit f18f069

Please sign in to comment.