diff options
author | pav <pav@FreeBSD.org> | 2009-05-14 04:49:56 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-05-14 04:49:56 +0800 |
commit | 02fbb1fd7d16a94286a7b8859417b91ef9c657cb (patch) | |
tree | 7941a7ae6acdab5bce35f5c441014766fcd98341 /math | |
parent | 4e152d8116dae7b7b5b8cdbab7d1eda26c481ec1 (diff) | |
download | freebsd-ports-gnome-02fbb1fd7d16a94286a7b8859417b91ef9c657cb.tar.gz freebsd-ports-gnome-02fbb1fd7d16a94286a7b8859417b91ef9c657cb.tar.zst freebsd-ports-gnome-02fbb1fd7d16a94286a7b8859417b91ef9c657cb.zip |
- Mark BROKEN: does not fetch, size mismatch: expected 198646, actual 205895
Reported by: pointyhat
Diffstat (limited to 'math')
-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 |