aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-pyganim/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-02-06 20:46:36 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-02-06 20:46:36 +0000
commit8b9a3e8f291fe216faa76a92ff102d81aafa2892 (patch)
tree30c1dc6c4777ea92644ec02732f7e42f7e49a445 /graphics/py-pyganim/Makefile
parentb1d841b401f0959d15434b0ba185d9046e4335f3 (diff)
downloadports-8b9a3e8f291fe216faa76a92ff102d81aafa2892.tar.gz
ports-8b9a3e8f291fe216faa76a92ff102d81aafa2892.zip
Notes
Diffstat (limited to 'graphics/py-pyganim/Makefile')
-rw-r--r--graphics/py-pyganim/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-pyganim/Makefile b/graphics/py-pyganim/Makefile
index 6e852ae8dcd1..8f4b73775876 100644
--- a/graphics/py-pyganim/Makefile
+++ b/graphics/py-pyganim/Makefile
@@ -14,10 +14,11 @@ COMMENT= Sprite animation module for Pygame
LICENSE= BSD2CLAUSE
-RUN_DEPENDS= ${PYGAME}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:devel/py-game@${PY_FLAVOR}
USES= python:3.6+ zip
USE_PYTHON= autoplist concurrent distutils
+
NO_ARCH= yes
.include <bsd.port.mk>