diff options
author | wen <wen@FreeBSD.org> | 2011-02-27 09:15:14 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-02-27 09:15:14 +0800 |
commit | 59bbf594d21d94d640d7304a3e434dd2a54c1f32 (patch) | |
tree | 6b3444127fa22c5f60fc860a193378425fb1e571 | |
parent | 1777efdf11bd699f7298a449d9430ab75a51a5e0 (diff) | |
download | freebsd-ports-gnome-59bbf594d21d94d640d7304a3e434dd2a54c1f32.tar.gz freebsd-ports-gnome-59bbf594d21d94d640d7304a3e434dd2a54c1f32.tar.zst freebsd-ports-gnome-59bbf594d21d94d640d7304a3e434dd2a54c1f32.zip |
- Fix dependency, PYLXML_EGG does not exist now
- Rmove MD5
PR: ports/155057
Submitted by: lwhsu@
-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 |