View | Details | Raw Unified | Return to bug 224811
Collapse All | Expand All

(-)math/py-igraph/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	igraph
4
PORTNAME=	igraph
5
PORTVERSION=	0.7.0
5
PORTVERSION=	0.7.0
6
PORTREVISION=	1
6
CATEGORIES=	math python
7
CATEGORIES=	math python
7
MASTER_SITES=	http://igraph.org/nightly/get/python/
8
MASTER_SITES=	http://igraph.org/nightly/get/python/
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
BUILD_DEPENDS=	${LOCALBASE}/lib/libigraph.so:math/igraph
15
BUILD_DEPENDS=	${LOCALBASE}/lib/libigraph.so:math/igraph
15
16
16
USES=		python
17
USES=		python
17
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils concurrent autoplist
18
USE_GNOME=	libxml2
19
USE_GNOME=	libxml2
19
20
20
.include <bsd.port.mk>
21
.include <bsd.port.mk>

Return to bug 224811