diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-20 17:05:41 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-20 17:05:41 +0000 |
commit | 4376dbbb58dab5a7bf7a8240ca39b562de78343b (patch) | |
tree | 8997a738fc5162cf5f1383dd3c61c0423454979b /devel/py-Automat/Makefile | |
parent | 6cb7ca00bb0a9a3aa67008824300ee8d16203a1b (diff) | |
download | ports-4376dbbb58dab5a7bf7a8240ca39b562de78343b.tar.gz ports-4376dbbb58dab5a7bf7a8240ca39b562de78343b.zip |
Notes
Diffstat (limited to 'devel/py-Automat/Makefile')
-rw-r--r-- | devel/py-Automat/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-Automat/Makefile b/devel/py-Automat/Makefile index a5b821e6c1e3..40a1a9b3e0a4 100644 --- a/devel/py-Automat/Makefile +++ b/devel/py-Automat/Makefile @@ -13,10 +13,10 @@ COMMENT= Finite-state machines in Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}m2r>0:textproc/py-m2r@${FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=16.1.0:devel/py-attrs@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}m2r>0:textproc/py-m2r@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=16.1.0:devel/py-attrs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils |