diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2009-01-13 15:49:00 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2009-01-13 15:49:00 +0000 |
commit | 2d710ad1a40948ac6c3dab14c59d5273e2cd204e (patch) | |
tree | 33e632939894f1d58aa072f5049808dc3ced6a3f /devel/py-turbojson11 | |
parent | 56a22e7a5698df5c030943565a0fb11d45acef76 (diff) |
Notes
Diffstat (limited to 'devel/py-turbojson11')
-rw-r--r-- | devel/py-turbojson11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-turbojson11/Makefile b/devel/py-turbojson11/Makefile index 0cb48465e741..2d8ed41af8a1 100644 --- a/devel/py-turbojson11/Makefile +++ b/devel/py-turbojson11/Makefile @@ -17,7 +17,7 @@ COMMENT= Python template plugin for TurboGears that supports json RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}RuleDispatch>=0.5.a0.r2306:${PORTSDIR}/devel/py-ruledispatch \ ${PYTHON_PKGNAMEPREFIX}simplejson>=1.9.1:${PORTSDIR}/devel/py-simplejson \ - ${PYTHON_PKGNAMEPREFIX}DecoratorTools>=1.7:${PORTSDIR}/devel/py-decoratortools \ + ${PYTHON_PKGNAMEPREFIX}DecoratorTools>=1.7:${PORTSDIR}/devel/py-decoratortools USE_PYTHON= 2.4+ USE_PYDISTUTILS= easy_install |