diff options
author | tg <tg@FreeBSD.org> | 2001-03-22 21:36:50 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-03-22 21:36:50 +0800 |
commit | 9ccaa2776de4f0f33557b4b14eb22f1e29f5f5dc (patch) | |
tree | 08a9fc0e6bd61adf0d72b1b0dfe63cfe209efdb9 /textproc/py-martel/Makefile | |
parent | 8cd1041e30b56c57fce1d06b4fa39597477d3668 (diff) | |
download | freebsd-ports-gnome-9ccaa2776de4f0f33557b4b14eb22f1e29f5f5dc.tar.gz freebsd-ports-gnome-9ccaa2776de4f0f33557b4b14eb22f1e29f5f5dc.tar.zst freebsd-ports-gnome-9ccaa2776de4f0f33557b4b14eb22f1e29f5f5dc.zip |
Depend on the new py-mx-base.
Diffstat (limited to 'textproc/py-martel/Makefile')
-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 |