aboutsummaryrefslogtreecommitdiff
path: root/games/fretsonfire
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-01-05 20:53:59 +0000
committerRene Ladan <rene@FreeBSD.org>2021-01-05 20:53:59 +0000
commit89b454230dad06609c3f85b162cd997d3afe9080 (patch)
treed9a43613845dff0728211c9305ab411e41d692bb /games/fretsonfire
parenta402038101e3a2a0b530637ca223dd738c15d6cc (diff)
downloadports-89b454230dad06609c3f85b162cd997d3afe9080.tar.gz
ports-89b454230dad06609c3f85b162cd997d3afe9080.zip
Follow up on graphics/py-pillow6 port removal in r559976
The graphics/py-pillow6 port was removed in r559976 as it was for Python 2.7 only and no longer referenced in the default cases. However it was still defined in Mk/Uses/python.mk in PY_PILLOW, leaving a dangling reference. Remove it from Mk/Uses/python.mk, leaving only the Python 3 version of that port, graphics/py-pillow, defined and bump the minimal verion of Python to 3.6 for affected ports.
Notes
Notes: svn path=/head/; revision=560425
Diffstat (limited to 'games/fretsonfire')
-rw-r--r--games/fretsonfire/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fretsonfire/Makefile b/games/fretsonfire/Makefile
index 69f3f9054c60..22065cc14415 100644
--- a/games/fretsonfire/Makefile
+++ b/games/fretsonfire/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \
${LOCALBASE}/share/${PORTNAME}/default.ttf:games/fretsonfire-data
-USES= dos2unix python
+USES= dos2unix python:3.6+
DOS2UNIX_FILES= *.txt
NO_BUILD= yes
NO_ARCH= yes