diff options
author | Yasuhiro Kimura <yasu@freebsd.org> | 2023-05-17 04:50:24 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-05-17 04:50:24 +0000 |
commit | c76b01eb34950349c9d70ef2a9ca0eeb2080835f (patch) | |
tree | 84e70075cd2bc207874ebae832501574badaa4c2 | |
parent | 0accf0c11db121b30c12c464826916ed17b2da19 (diff) | |
download | ports-c76b01eb34950349c9d70ef2a9ca0eeb2080835f.tar.gz ports-c76b01eb34950349c9d70ef2a9ca0eeb2080835f.zip |
games/fretsonfire: Replace reference to PY_PILLOW with its value
PR: 269915
-rw-r--r-- | games/fretsonfire/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |