Summary: | games/fretsonfire: Replace reference to PY_PILLOW with its value | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yasuhiro Kimura <yasu> | ||||
Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(acm) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Comment on attachment 240533 [details]
Patch file
Please, commit it, thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c76b01eb34950349c9d70ef2a9ca0eeb2080835f commit c76b01eb34950349c9d70ef2a9ca0eeb2080835f Author: Yasuhiro Kimura <yasu@freebsd.org> AuthorDate: 2023-05-17 04:50:24 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2023-05-17 04:50:24 +0000 games/fretsonfire: Replace reference to PY_PILLOW with its value PR: 269915 games/fretsonfire/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Committed thanks! |
Created attachment 240533 [details] Patch file Since this port works with Python 3.6 and later, the value of PY_PILLOW doesn't change. So replace reference to it with its value.