aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-11-21 16:03:34 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-11-21 17:23:41 +0000
commit9b0099366858426fbf29657fcf79d0f7a519d033 (patch)
treee6b861f1dba5d7c060040b205789526dd0d03ad2
parent0ab36cf8d98e937794e29170f46d89426ab72483 (diff)
downloadports-9b0099366858426fbf29657fcf79d0f7a519d033.tar.gz
ports-9b0099366858426fbf29657fcf79d0f7a519d033.zip
graphics/py-glooey: add testing support
Approved by: portmgr blanket
-rw-r--r--graphics/py-glooey/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-glooey/Makefile b/graphics/py-glooey/Makefile
index de4a0287478b..042c0f2a8786 100644
--- a/graphics/py-glooey/Makefile
+++ b/graphics/py-glooey/Makefile
@@ -20,8 +20,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyglet1>0:graphics/py-pyglet1@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}debugtools>0:devel/py-debugtools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
-USES= python:3.5+
-USE_PYTHON= autoplist distutils
+USES= display:test python:3.5+
+USE_PYTHON= autoplist distutils pytest
NO_ARCH= yes
.include <bsd.port.mk>