diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
commit | 39fc32e82863cce17f070122d498ce82cf7ea7af (patch) | |
tree | fc8323f5d400038235fda42a6096107239789049 /math/igraph | |
parent | ca9574e7df6ddd6a18e6234bc0f210d734a2d092 (diff) |
Notes
Diffstat (limited to 'math/igraph')
-rw-r--r-- | math/igraph/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/igraph/Makefile b/math/igraph/Makefile index c9775423da31..603e84395a15 100644 --- a/math/igraph/Makefile +++ b/math/igraph/Makefile @@ -3,18 +3,19 @@ PORTNAME= igraph PORTVERSION= 0.5.4 +PORTREVISION= 1 CATEGORIES= math 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 \ - xml2.5:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp GNU_CONFIGURE= yes USE_GCC= any USES= gmake +USE_GNOME= libxml2 CONFIGURE_ARGS+= --enable-gmp CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |