diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-05-22 13:15:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-05-22 13:15:13 +0000 |
commit | 8dcaabcd6e5bd17c58c938ffb4b9f2fd7847f70f (patch) | |
tree | c832b87b776a5db072088687b910601d961726da /textproc | |
parent | 28466ca6896a9f7861111b79fdc8dee8b166ba06 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-html2text/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-wtforms/Makefile | 2 | ||||
-rw-r--r-- | textproc/rubygem-albino/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/textproc/py-html2text/Makefile b/textproc/py-html2text/Makefile index bc04da41734a..d2d8fbe8bce9 100644 --- a/textproc/py-html2text/Makefile +++ b/textproc/py-html2text/Makefile @@ -13,7 +13,7 @@ COMMENT= Convert HTML into clean plain ASCII text LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist diff --git a/textproc/py-wtforms/Makefile b/textproc/py-wtforms/Makefile index 33939ab170eb..e418cd6aa691 100644 --- a/textproc/py-wtforms/Makefile +++ b/textproc/py-wtforms/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel@${FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>0:databases/py-sqlalchemy10@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pep8>0:devel/pep8 \ + ${PYTHON_PKGNAMEPREFIX}pep8>0:devel/pep8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${FLAVOR} OPTIONS_DEFINE= DOCS diff --git a/textproc/rubygem-albino/Makefile b/textproc/rubygem-albino/Makefile index 866a507d1196..162f51625bd3 100644 --- a/textproc/rubygem-albino/Makefile +++ b/textproc/rubygem-albino/Makefile @@ -13,7 +13,7 @@ COMMENT= Ruby wrapper for pygmentize LICENSE= MIT RUN_DEPENDS= rubygem-posix-spawn>=0.3.6:devel/rubygem-posix-spawn \ - ${PYTHON_PKGNAMEPREFIX}pygments>=0.8:textproc/py-pygments + ${PYTHON_PKGNAMEPREFIX}pygments>=0.8:textproc/py-pygments@${PY_FLAVOR} NO_ARCH= yes |