diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-13 20:49:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-13 20:49:56 +0000 |
commit | 897a85aa3ef63b9142822f34a1311699c0406dc3 (patch) | |
tree | 8c04bc1e52eab87fb2fe5a294e0251b9b3e03fbb /math/py-igraph | |
parent | 0c9dc39080ffa5543893619136291e6d6f7197dc (diff) | |
download | ports-897a85aa3ef63b9142822f34a1311699c0406dc3.tar.gz ports-897a85aa3ef63b9142822f34a1311699c0406dc3.zip |
Notes
Diffstat (limited to 'math/py-igraph')
-rw-r--r-- | math/py-igraph/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/py-igraph/Makefile b/math/py-igraph/Makefile index 22e7c89ad55a..fa84529c8331 100644 --- a/math/py-igraph/Makefile +++ b/math/py-igraph/Makefile @@ -18,6 +18,8 @@ COMMENT= High performance graph data structures and algorithms BUILD_DEPENDS= ${LOCALBASE}/lib/libigraph.so:${PORTSDIR}/math/igraph LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 +BROKEN= checksum mismatch + USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes |