diff options
Diffstat (limited to 'math/igraph')
-rw-r--r-- | math/igraph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/igraph/Makefile b/math/igraph/Makefile index 603e84395a15..b792172cac5b 100644 --- a/math/igraph/Makefile +++ b/math/igraph/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/C%20library/${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Package For Manipulating Undirected And Directed Graphs -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp GNU_CONFIGURE= yes USE_GCC= any |