diff options
author | mat <mat@FreeBSD.org> | 2018-06-21 01:05:41 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-06-21 01:05:41 +0800 |
commit | b2012f72500300ecbba6933c68717ba52c454563 (patch) | |
tree | 8997a738fc5162cf5f1383dd3c61c0423454979b /security/py-stem | |
parent | e02e32ae84bd96a47a379dcd2c109efc58b41400 (diff) | |
download | freebsd-ports-gnome-b2012f72500300ecbba6933c68717ba52c454563.tar.gz freebsd-ports-gnome-b2012f72500300ecbba6933c68717ba52c454563.tar.zst freebsd-ports-gnome-b2012f72500300ecbba6933c68717ba52c454563.zip |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
Diffstat (limited to 'security/py-stem')
-rw-r--r-- | security/py-stem/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/py-stem/Makefile b/security/py-stem/Makefile index 4e8a75281615..11518304d261 100644 --- a/security/py-stem/Makefile +++ b/security/py-stem/Makefile @@ -14,10 +14,10 @@ COMMENT= Python controller library for Tor LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyflakes>0:devel/py-pyflakes@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyflakes>0:devel/py-pyflakes@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist concurrent |