diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-05-03 14:43:13 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-05-03 14:43:13 +0000 |
commit | a3b7b4a4f21b57cea93f72328cb444b81be89975 (patch) | |
tree | 035895fb9bac49c03ede129eff946a53ce2bfaa2 /textproc/py-martel | |
parent | 0b1edd6a937c58734ddbd4a81d06044d4d225e44 (diff) | |
download | ports-a3b7b4a4f21b57cea93f72328cb444b81be89975.tar.gz ports-a3b7b4a4f21b57cea93f72328cb444b81be89975.zip |
Notes
Diffstat (limited to 'textproc/py-martel')
-rw-r--r-- | textproc/py-martel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/py-martel/Makefile b/textproc/py-martel/Makefile index 14b20d1dfc6a..dd35bbfc9672 100644 --- a/textproc/py-martel/Makefile +++ b/textproc/py-martel/Makefile @@ -7,7 +7,7 @@ PORTNAME= martel PORTVERSION= 0.5 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= textproc biology python MASTER_SITES= http://www.biopython.org/~dalke/Martel/ @@ -19,9 +19,9 @@ MAINTAINER= johann@egenetics.com RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/TextTools/__init__.py:${PORTSDIR}/lang/py-mx-base USE_PYTHON= yes -PYTHON_VERSION= python2.0 +PYTHON_VERSION= python2.1 -MARTEL_DIR= ${PYTHON_SITELIBDIR}/Martel +MARTEL_DIR= ${PREFIX}/lib/${PYTHON_VERSION}/site-packages/Martel MARTEL_EGDIR= ${PREFIX}/share/examples/martel MARTEL_DOCDIR= ${PREFIX}/share/doc/martel |