Summary: | devel/py-asciimatics: Replace reference to PY_PILLOW with its value | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yasuhiro Kimura <yasu> | ||||
Component: | Individual Port(s) | Assignee: | Yasuhiro Kimura <yasu> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | yasu:
maintainer-feedback+
|
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Approved. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=736a5a1a787c9d75c168736ea2801c09fff7f7db commit 736a5a1a787c9d75c168736ea2801c09fff7f7db Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2023-02-08 07:27:06 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2023-02-10 05:50:33 +0000 devel/py-asciimatics: Replace reference to PY_PILLOW with its value Since this port doesn't work with Python 2.7, the value of PY_PILLOW doesn't change. So replace reference to it with its value. PR: 269400 Approved by: maintainer devel/py-asciimatics/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |
Created attachment 239986 [details] Patch file Since this port doesn't work with Python 2.7, the value of PY_PILLOW doesn't change. So replace reference to it with its value. This is preparation to remove PY_PILLOW.