[Bug 281648] [new port] www/py-mov-cli: Watch everything from your terminal
Date: Mon, 23 Sep 2024 11:52:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281648 Yusuf Yaman <nxjoseph@protonmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #253771|0 |1 is obsolete| | --- Comment #3 from Yusuf Yaman <nxjoseph@protonmail.com> --- Created attachment 253774 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=253774&action=edit www/py-mov-cli Fixed comment in patch. +- if not platform == "Linux" and not platform == "Android": +- print("Image preview only works on Linux & Android atm.") ++ if not platform == "Linux" and not platform == "FreeBSD" and not platform == "Android": ++ print("Image preview only works on Linux, FreeBSD & Android atm.") -- You are receiving this mail because: You are the assignee for the bug.