diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-09 18:43:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-09 18:43:54 +0000 |
commit | d091982bc265128c74799389f28f73bbb93f7a31 (patch) | |
tree | 614365d957ac0749f2ae5ded33a2f0f5ceae014f /print/py-pisa | |
parent | 2abd8cc6674ae75df95492a79dafec7c49decf39 (diff) | |
download | pkgsrc-d091982bc265128c74799389f28f73bbb93f7a31.tar.gz |
Reportlab needs Python 2.4+
Diffstat (limited to 'print/py-pisa')
-rw-r--r-- | print/py-pisa/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/py-pisa/Makefile b/print/py-pisa/Makefile index b6b56fad04f..88fa30f39e4 100644 --- a/print/py-pisa/Makefile +++ b/print/py-pisa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/01/29 10:42:34 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2009/02/09 18:43:54 joerg Exp $ # DISTNAME= pisa-3.0.29 @@ -16,5 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-Pdf-[0-9]*:../../print/py-Pdf DEPENDS+= ${PYPKGPREFIX}-reportlab>=2.2:../../print/py-reportlab DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib +PYTHON_VERSIONS_ACCEPTED= 25 24 + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |