diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-07-30 09:42:28 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-07-30 09:42:28 +0000 |
commit | 4942ce5a7d8a3d0cbebaf4d202011850d1f7569f (patch) | |
tree | db1f21912f461000d609ddcd5d130946bcfe9e09 /textproc/py-4suite | |
parent | b4be9b354e86bd790925c5a9a2e67df8ba20bc00 (diff) | |
download | ports-4942ce5a7d8a3d0cbebaf4d202011850d1f7569f.tar.gz ports-4942ce5a7d8a3d0cbebaf4d202011850d1f7569f.zip |
Notes
Diffstat (limited to 'textproc/py-4suite')
-rw-r--r-- | textproc/py-4suite/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-4suite/Makefile b/textproc/py-4suite/Makefile index 6185df7bf64c..dc947a3884da 100644 --- a/textproc/py-4suite/Makefile +++ b/textproc/py-4suite/Makefile @@ -20,8 +20,10 @@ COMMENT= A collection of Python tools for XML and RDF processing USE_BZIP2= yes REINPLACE_ARGS= -i "" -E -USE_PYTHON= 2.2.1+ +USE_PYTHON= 2.2-2.4 USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= 4Suite +PYDISTUTILS_PKGVERSION= 1.0b1 CONFLICTS= py*-4Suite-1* py*-xml-0.7* |