diff options
Diffstat (limited to 'databases/py-geoalchemy')
-rw-r--r-- | databases/py-geoalchemy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-geoalchemy/Makefile b/databases/py-geoalchemy/Makefile index 22f4fdc583d2..c1b435b3d733 100644 --- a/databases/py-geoalchemy/Makefile +++ b/databases/py-geoalchemy/Makefile @@ -3,6 +3,7 @@ PORTNAME= geoalchemy PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= databases geography python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +14,9 @@ COMMENT= Using SQLAlchemy with Spatial Databases LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.6.1:databases/py-sqlalchemy07 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0.6.1:databases/py-sqlalchemy10 +NO_ARCH= yes USE_PYTHON= autoplist distutils USES= python:2 |