diff options
Diffstat (limited to 'math/igraph/Makefile')
-rw-r--r-- | math/igraph/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/igraph/Makefile b/math/igraph/Makefile index 20141b726150..1b633564e61e 100644 --- a/math/igraph/Makefile +++ b/math/igraph/Makefile @@ -7,14 +7,14 @@ PORTNAME= igraph PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://cneurocvs.rmki.kfki.hu/igraph/download/ MAINTAINER= wenheping@gmail.com COMMENT= Package For Manipulating Undirected And Directed Graphs -LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp GNU_CONFIGURE= yes USE_GMAKE= yes |