Date: Sat, 1 Apr 2017 00:08:38 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437389 - head/devel/py-rtree Message-ID: <201704010008.v3108c9O028003@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Sat Apr 1 00:08:38 2017 New Revision: 437389 URL: https://svnweb.freebsd.org/changeset/ports/437389 Log: - Fix RUN_DEPENDS PR: 218267 Submitted by: andreas.hollmann@gmail.com Modified: head/devel/py-rtree/Makefile Modified: head/devel/py-rtree/Makefile ============================================================================== --- head/devel/py-rtree/Makefile Fri Mar 31 22:00:25 2017 (r437388) +++ head/devel/py-rtree/Makefile Sat Apr 1 00:08:38 2017 (r437389) @@ -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 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704010008.v3108c9O028003>