diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-02-27 01:15:14 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-02-27 01:15:14 +0000 |
commit | 1806f21eb7f93985d2865a359786a124cbbe201f (patch) | |
tree | dbf8c787c211fb5ee7bf42b1eec1a38a76a70187 /math | |
parent | Update to the 20110226 snapshot of GCC 4.6.0. The change for code (diff) |
- Fix dependency, PYLXML_EGG does not exist now
- Rmove MD5
PR: ports/155057
Submitted by: lwhsu@
Notes
Notes:
svn path=/head/; revision=269858
Diffstat (limited to 'math')
-rw-r--r-- | math/py-mathdom/Makefile | 2 | ||||
-rw-r--r-- | math/py-mathdom/distinfo | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/math/py-mathdom/Makefile b/math/py-mathdom/Makefile index c99d8ca7e102..ffdcd5cab84b 100644 --- a/math/py-mathdom/Makefile +++ b/math/py-mathdom/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wenheping@gmail.com COMMENT= Content MathML in Python -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/${PYLXML_EGG}:${PORTSDIR}/devel/py-lxml +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml USE_PYTHON= yes USE_PYDISTUTILS=easy_install diff --git a/math/py-mathdom/distinfo b/math/py-mathdom/distinfo index 878fc72befaf..2242d26b5b82 100644 --- a/math/py-mathdom/distinfo +++ b/math/py-mathdom/distinfo @@ -1,3 +1,2 @@ -MD5 (mathdom-0.8.tar.gz) = 9cc9f378198b44a1bb1c9069167f1ded SHA256 (mathdom-0.8.tar.gz) = e44ea8a24c26c9fdcba26aabbd5e8cff566c1742a541abd02219b7e7dab19e92 SIZE (mathdom-0.8.tar.gz) = 108327 |