Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2023 04:51:08 GMT
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c76b01eb3495 - main - games/fretsonfire: Replace reference to PY_PILLOW with its value
Message-ID:  <202305170451.34H4p8x2040219@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305170451.34H4p8x2040219>