diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-03-22 13:36:50 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-03-22 13:36:50 +0000 |
commit | af6aef7d843af598d4a3cec7a1592c4c17a73d3f (patch) | |
tree | 3fb4ce0739e039155f7423f60f76c78afc80db10 /textproc | |
parent | Add py-mx-base (after repo-copy from textproc/py-mxTextTools). py-mx-base (diff) |
Depend on the new py-mx-base.
Notes
Notes:
svn path=/head/; revision=40211
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-martel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-martel/Makefile b/textproc/py-martel/Makefile index e9d8e6e18edb..14b20d1dfc6a 100644 --- a/textproc/py-martel/Makefile +++ b/textproc/py-martel/Makefile @@ -16,8 +16,9 @@ DISTNAME= Martel-${PORTVERSION} MAINTAINER= johann@egenetics.com -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/TextTools/__init__.py:${PORTSDIR}/textproc/py-mxTextTools +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/TextTools/__init__.py:${PORTSDIR}/lang/py-mx-base +USE_PYTHON= yes PYTHON_VERSION= python2.0 MARTEL_DIR= ${PYTHON_SITELIBDIR}/Martel |