diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-07-02 23:53:43 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-07-02 23:53:43 +0000 |
commit | fcbdfb4da2241ee550afb34da2cede8e17e2b002 (patch) | |
tree | 6a9df601c1b58ff60f034ba034dcb72413d4c745 /devel | |
parent | 970132ed9b2a2f6a01ef927d883cc62a29c12362 (diff) |
Notes
Diffstat (limited to 'devel')
-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 d705c7fef850..3f71f972534c 100644 --- a/devel/py-shapely/Makefile +++ b/devel/py-shapely/Makefile @@ -7,6 +7,7 @@ PORTNAME= Shapely PORTVERSION= 1.2.10 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Python Package for Manipulation 2D Geospatial Geometry -LIB_DEPENDS= geos_c.7:${PORTSDIR}/graphics/geos +LIB_DEPENDS= geos_c.8:${PORTSDIR}/graphics/geos CFLAGS+= -I${LOCALBASE}/include MAKE_ENV+= CFLAGS="${CFLAGS}" |