Index: head/devel/py-pytest-runner/Makefile =================================================================== --- head/devel/py-pytest-runner/Makefile (revision 432228) +++ head/devel/py-pytest-runner/Makefile (revision 432229) @@ -1,18 +1,21 @@ # Created by: William Grzybowski # $FreeBSD$ PORTNAME= pytest-runner PORTVERSION= 2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org COMMENT= Test support for pytest runner in setup.py -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hgtools>=0:devel/py-hgtools +LICENSE= MIT -USES= python zip +BUILD_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}hgtools>=0:devel/py-hgtools + +USES?= python zip USE_PYTHON= distutils autoplist +NO_ARCH= yes .include