Index: head/devel/py-rtree/Makefile =================================================================== --- head/devel/py-rtree/Makefile (revision 437388) +++ head/devel/py-rtree/Makefile (revision 437389) @@ -1,26 +1,27 @@ # Created by: wenheping@gmail.com # $FreeBSD$ PORTNAME= rtree PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= devel science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Rtree-${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= R-Tree Spatial Index For Python GIS LICENSE= LGPL21 -BUILD_DEPENDS+= ${LOCALBASE}/include/spatialindex/SpatialIndex.h:devel/spatialindex -RUN_DEPENDS+= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${LOCALBASE}/include/spatialindex/SpatialIndex.h:devel/spatialindex +RUN_DEPENDS= ${LOCALBASE}/include/spatialindex/SpatialIndex.h:devel/spatialindex USES= python USE_PYTHON= autoplist distutils post-extract: ${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \ ${WRKSRC}/setup.cfg .include