diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2011-06-25 07:21:20 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2011-06-25 07:21:20 +0000 |
commit | c8a6af049941ef1e145ee94633927d768fee8ef5 (patch) | |
tree | 5849311abd1ccb5b22d22b87158faafbc76f1028 /databases | |
parent | 95e7c5dd95800f7bdf68ba54ca7774cadd9b8040 (diff) | |
download | ports-c8a6af049941ef1e145ee94633927d768fee8ef5.tar.gz ports-c8a6af049941ef1e145ee94633927d768fee8ef5.zip |
- Fix *_DEPENDS after the repocopy of databases/py-sqlalchemy
(This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=276318
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-Elixir/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-Elixir/Makefile b/databases/py-Elixir/Makefile index e2577556e26f..8747064af327 100644 --- a/databases/py-Elixir/Makefile +++ b/databases/py-Elixir/Makefile @@ -7,7 +7,7 @@ PORTNAME= Elixir PORTVERSION= 0.7.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP \ http://nivi.interfree.it/distfiles/${PORTNAME}/ @@ -16,7 +16,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= Declarative Mapper for SQLAlchemy -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.4.0:${PORTSDIR}/databases/py-sqlalchemy +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.4.0:${PORTSDIR}/databases/py-sqlalchemy06 USE_PYTHON= yes USE_PYDISTUTILS= easy_install |