diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2011-06-23 22:20:04 +0800 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2011-06-23 22:20:04 +0800 |
commit | 2623e5f29709333fd5873b9a61efe21e606cbd02 (patch) | |
tree | 6511cdba0225069c2920b9dff83bb28e0e4b9195 /www/py-turbogears | |
parent | ba173086c6971e5139bccdbbde01ff1e86813d7a (diff) | |
download | freebsd-ports-gnome-2623e5f29709333fd5873b9a61efe21e606cbd02.tar.gz freebsd-ports-gnome-2623e5f29709333fd5873b9a61efe21e606cbd02.tar.zst freebsd-ports-gnome-2623e5f29709333fd5873b9a61efe21e606cbd02.zip |
- Fix RUN_DEPENDS after the repocopy of databases/py-sqlalchemy
(This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION
Diffstat (limited to 'www/py-turbogears')
-rw-r--r-- | www/py-turbogears/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-turbogears/Makefile b/www/py-turbogears/Makefile index e16421fe4330..e74930b0f741 100644 --- a/www/py-turbogears/Makefile +++ b/www/py-turbogears/Makefile @@ -7,6 +7,7 @@ PORTNAME= TurboGears PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://files.turbogears.org/eggs/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/ @@ -52,7 +53,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlobject>=0.10.1:${PORTSDIR}/databases/py- .endif .if defined (WITH_SQLALCHEMY) -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.3.4:${PORTSDIR}/databases/py-sqlalchemy +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.3.4:${PORTSDIR}/databases/py-sqlalchemy06 .endif .include <bsd.port.post.mk> |