diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-11-30 15:50:30 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-11-30 15:50:30 +0000 |
commit | 551be3c7231225ed9c26479af2b8914fb2ef0ea8 (patch) | |
tree | d296c82a71504382f4faefa0bf8d7be384ea1105 /math/py-mathdom | |
parent | 02f9c9be1699251467efc027f210049dfe14f9c5 (diff) |
Notes
Diffstat (limited to 'math/py-mathdom')
-rw-r--r-- | math/py-mathdom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-mathdom/Makefile b/math/py-mathdom/Makefile index da6665b66193..70d04a1ec2a1 100644 --- a/math/py-mathdom/Makefile +++ b/math/py-mathdom/Makefile @@ -14,9 +14,9 @@ COMMENT= Content MathML in Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${FLAVOR} -USES= python +USES= python:2.7 USE_PYTHON= autoplist distutils NO_ARCH= yes |