git: c76b01eb3495 - main - games/fretsonfire: Replace reference to PY_PILLOW with its value
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 May 2023 04:51:08 UTC
The branch main has been updated by acm: 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(-) diff --git a/games/fretsonfire/Makefile b/games/fretsonfire/Makefile index 84d0d43c0cca..075aa23edcd7 100644 --- a/games/fretsonfire/Makefile +++ b/games/fretsonfire/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/copying.txt RUN_DEPENDS= ${PYNUMPY} \ ${PYGAME} \ - ${PY_PILLOW} \ + ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \ ${LOCALBASE}/share/${PORTNAME}/default.ttf:games/fretsonfire-data