diff options
Diffstat (limited to 'databases/py-geoalchemy2/Makefile')
-rw-r--r-- | databases/py-geoalchemy2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-geoalchemy2/Makefile b/databases/py-geoalchemy2/Makefile index 43b629442290..0e68393105ee 100644 --- a/databases/py-geoalchemy2/Makefile +++ b/databases/py-geoalchemy2/Makefile @@ -15,7 +15,8 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy08>=0.8:${PORTSDIR}/databases/py-sqlalchemy-devel -USE_PYTHON= autoplist distutils +NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils USES= python .include <bsd.port.mk> |