diff options
author | Wen Heping <wen@FreeBSD.org> | 2017-04-01 00:08:38 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2017-04-01 00:08:38 +0000 |
commit | 173806363aadc17e059b349e9147400bc70da378 (patch) | |
tree | dacf57ee9f58f02a318bf43dfbfee9b362efa0b8 | |
parent | Update the port to 0.4.5 and take maintenership (diff) |
- Fix RUN_DEPENDS
PR: 218267
Submitted by: andreas.hollmann@gmail.com
-rw-r--r-- | devel/py-rtree/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-rtree/Makefile b/devel/py-rtree/Makefile index 359386dd1ead..d8b8cfdcc318 100644 --- a/devel/py-rtree/Makefile +++ b/devel/py-rtree/Makefile @@ -3,6 +3,7 @@ PORTNAME= rtree PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= devel science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +14,8 @@ 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 |