? devel_py-shapely.diff ? py-shapely.diff Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/py-shapely/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 11 Apr 2009 08:13:06 -0000 1.5 +++ Makefile 14 May 2009 19:33:26 -0000 @@ -6,8 +6,7 @@ # PORTNAME= Shapely -PORTVERSION= 1.0.11 -PORTREVISION= 1 +PORTVERSION= 1.0.12 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +16,11 @@ LIB_DEPENDS= geos_c.6:${PORTSDIR}/graphics/geos -USE_PYTHON= 2.5 +USE_PYTHON= yes USE_PYDISTUTILS= easy_install +post-patch: + ${REINPLACE_CMD} -e 's|libc.so.6|libc.so|g' \ + ${WRKSRC}/shapely/geos.py + .include