svn commit: r437389 - head/devel/py-rtree

Wen Heping wen at FreeBSD.org
Sat Apr 1 00:08:40 UTC 2017


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 at 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


More information about the svn-ports-head mailing list