diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2009-08-03 12:18:30 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2009-08-03 12:18:30 +0000 |
commit | 1449304c8872a599b19d91964a95cd0936847883 (patch) | |
tree | 10baa1161d80876b14a363a02378e093134bf161 /www/py-turbogears2 | |
parent | 0600f815e4698dfa606a12f9f701d37b72d424b4 (diff) | |
download | ports-1449304c8872a599b19d91964a95cd0936847883.tar.gz ports-1449304c8872a599b19d91964a95cd0936847883.zip |
Notes
Diffstat (limited to 'www/py-turbogears2')
-rw-r--r-- | www/py-turbogears2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-turbogears2/Makefile b/www/py-turbogears2/Makefile index e9857ee40d6a..c8d48d221734 100644 --- a/www/py-turbogears2/Makefile +++ b/www/py-turbogears2/Makefile @@ -7,6 +7,7 @@ PORTNAME= TurboGears PORTVERSION= 1.0.8 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://files.turbogears.org/eggs/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/ @@ -23,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cherrypy-old>=2.3:${PORTSDIR}/www/py-cherryp ${PYTHON_PKGNAMEPREFIX}simplejson>=1.4:${PORTSDIR}/devel/py-simplejson \ ${PYTHON_PKGNAMEPREFIX}TurboCheetah>=1.0:${PORTSDIR}/devel/py-turbocheetah \ ${PYTHON_PKGNAMEPREFIX}TurboKid>=1.0.4:${PORTSDIR}/devel/py-turbokid \ - ${PYTHON_PKGNAMEPREFIX}TurboJson>=1.1.4:${PORTSDIR}/devel/py-turbojson + ${PYTHON_PKGNAMEPREFIX}TurboJson>=1.1.4:${PORTSDIR}/devel/py-turbojson11 USE_GETTEXT= yes USE_PYTHON= 2.4+ |