diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-04-11 08:13:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-04-11 08:13:06 +0000 |
commit | c96dc494c60b73ef4abf07abca35f1ed6006718f (patch) | |
tree | f4d1cf32f16f559bc7db2e2c325a29cb8ae9e695 /devel/py-shapely/Makefile | |
parent | 2ea3d0ff69d39e3abd65ef36cf66562e1c412574 (diff) | |
download | ports-c96dc494c60b73ef4abf07abca35f1ed6006718f.tar.gz ports-c96dc494c60b73ef4abf07abca35f1ed6006718f.zip |
Notes
Diffstat (limited to 'devel/py-shapely/Makefile')
-rw-r--r-- | devel/py-shapely/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-shapely/Makefile b/devel/py-shapely/Makefile index 7634fc22b18b..9d84fc6246c1 100644 --- a/devel/py-shapely/Makefile +++ b/devel/py-shapely/Makefile @@ -7,6 +7,7 @@ PORTNAME= Shapely PORTVERSION= 1.0.11 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wenheping@gmail.com COMMENT= Python Package for Manipulation 2D Geospatial Geometry -LIB_DEPENDS= geos_c.5:${PORTSDIR}/graphics/geos +LIB_DEPENDS= geos_c.6:${PORTSDIR}/graphics/geos USE_PYTHON= 2.5 USE_PYDISTUTILS= easy_install |