diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2018-01-12 17:54:16 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2018-01-12 17:54:16 +0800 |
commit | 74744a1c97e70a017959329c6a20ee65ae8e9d1c (patch) | |
tree | fcec6833248f600f964c8cdecfaaad0e8363207e /math | |
parent | 4bcb83b0957c26b5303498411be6269b3244bca9 (diff) | |
download | freebsd-ports-gnome-74744a1c97e70a017959329c6a20ee65ae8e9d1c.tar.gz freebsd-ports-gnome-74744a1c97e70a017959329c6a20ee65ae8e9d1c.tar.zst freebsd-ports-gnome-74744a1c97e70a017959329c6a20ee65ae8e9d1c.zip |
- Set USE_PYTHON+=concurrent to enable multiple flavors coexist
PR: 224811
submitted by: ting-wei lan <lantw44@gmail.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/py-igraph/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-igraph/Makefile b/math/py-igraph/Makefile index 2d0ce1fbbac4..72cb7978fce4 100644 --- a/math/py-igraph/Makefile +++ b/math/py-igraph/Makefile @@ -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 algorithms 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> |