diff options
Diffstat (limited to 'math/py-igraph/Makefile')
-rw-r--r-- | math/py-igraph/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-igraph/Makefile b/math/py-igraph/Makefile index 787071778bad..e53884601a1f 100644 --- a/math/py-igraph/Makefile +++ b/math/py-igraph/Makefile @@ -3,7 +3,7 @@ PORTNAME= igraph PORTVERSION= 0.5.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,10 @@ MAINTAINER= lwhsu@FreeBSD.org COMMENT= High performance graph data structures and algorithms BUILD_DEPENDS= ${LOCALBASE}/lib/libigraph.so:${PORTSDIR}/math/igraph -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes +USE_GNOME= libxml2 .include <bsd.port.mk> |