diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-15 05:29:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-15 05:29:25 +0800 |
commit | 8a8f4eca8b5938d91a29aafdf44cbcbf5b77b2fe (patch) | |
tree | 7b2b2a88c25efd216ebb4679fd87fe8e222efc63 /devel | |
parent | 471b802ad3d54797f0050d27a4b0a15e3d6e5123 (diff) | |
download | freebsd-ports-gnome-8a8f4eca8b5938d91a29aafdf44cbcbf5b77b2fe.tar.gz freebsd-ports-gnome-8a8f4eca8b5938d91a29aafdf44cbcbf5b77b2fe.tar.zst freebsd-ports-gnome-8a8f4eca8b5938d91a29aafdf44cbcbf5b77b2fe.zip |
- Chase graphics/geos shlib bump
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-shapely/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-shapely/Makefile b/devel/py-shapely/Makefile index 7b6d704dd0e8..0ac99e75f2d5 100644 --- a/devel/py-shapely/Makefile +++ b/devel/py-shapely/Makefile @@ -7,7 +7,7 @@ PORTNAME= Shapely PORTVERSION= 1.0.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wenheping@gmail.com COMMENT= Python Package for Manipulation 2D Geospatial Geometry -LIB_DEPENDS= geos_c.6:${PORTSDIR}/graphics/geos +LIB_DEPENDS= geos_c.7:${PORTSDIR}/graphics/geos USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install |