Index: head/devel/py-datrie/Makefile =================================================================== --- head/devel/py-datrie/Makefile (revision 518030) +++ head/devel/py-datrie/Makefile (revision 518031) @@ -1,23 +1,23 @@ # $FreeBSD$ PORTNAME= datrie PORTVERSION= 0.8 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Super-fast, efficiently stored Trie for Python LICENSE= GPLv2 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} -USES= python:-3.7 +USES= python USE_PYTHON= distutils autoplist do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest .include