diff options
author | nivit <nivit@FreeBSD.org> | 2009-08-03 20:18:30 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2009-08-03 20:18:30 +0800 |
commit | f58576ac7a8f4e54c85e424e81676d472ff80825 (patch) | |
tree | 247801531f21a66e802fef04653763fcbb16107d /www/py-turbogears2 | |
parent | 9924ef159a2df343e87b6cbfc9005fa8b02e4732 (diff) | |
download | freebsd-ports-gnome-f58576ac7a8f4e54c85e424e81676d472ff80825.tar.gz freebsd-ports-gnome-f58576ac7a8f4e54c85e424e81676d472ff80825.tar.zst freebsd-ports-gnome-f58576ac7a8f4e54c85e424e81676d472ff80825.zip |
- The port now depends on devel/py-turbojson11
- Bump PORTREVISION
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+ |