svn commit: r458813 - head/math/py-igraph

Li-Wen Hsu lwhsu at FreeBSD.org
Fri Jan 12 09:54:17 UTC 2018


Author: lwhsu
Date: Fri Jan 12 09:54:16 2018
New Revision: 458813
URL: https://svnweb.freebsd.org/changeset/ports/458813

Log:
  - Set USE_PYTHON+=concurrent to enable multiple flavors coexist
  
  PR:		224811
  submitted by:	ting-wei lan <lantw44 at gmail.com>

Modified:
  head/math/py-igraph/Makefile

Modified: head/math/py-igraph/Makefile
==============================================================================
--- head/math/py-igraph/Makefile	Fri Jan 12 09:30:42 2018	(r458812)
+++ head/math/py-igraph/Makefile	Fri Jan 12 09:54:16 2018	(r458813)
@@ -3,6 +3,7 @@
 
 PORTNAME=	igraph
 PORTVERSION=	0.7.0
+PORTREVISION=	1
 CATEGORIES=	math python
 MASTER_SITES=	http://igraph.org/nightly/get/python/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ COMMENT=	High performance graph data structures and al
 BUILD_DEPENDS=	${LOCALBASE}/lib/libigraph.so:math/igraph
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist concurrent distutils
 USE_GNOME=	libxml2
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list