diff options
Diffstat (limited to 'math/igraph/Makefile')
| -rw-r--r-- | math/igraph/Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/math/igraph/Makefile b/math/igraph/Makefile index 77576e4a38a2..71899fca7f58 100644 --- a/math/igraph/Makefile +++ b/math/igraph/Makefile @@ -1,8 +1,6 @@  PORTNAME=	igraph -DISTVERSION=	0.10.12 -PORTREVISION=	5 +DISTVERSION=	1.0.0  CATEGORIES=	math -MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/  MAINTAINER=	wen@FreeBSD.org  COMMENT=	Package For Manipulating Undirected And Directed Graphs @@ -22,6 +20,8 @@ USES=		bison cmake cpe gnome pathfix  USE_GNOME=	libxml2  USE_LDCONFIG=	yes +USE_GITHUB=	yes +  CMAKE_ON=	BUILD_SHARED_LIBS  CMAKE_OFF=	BUILD_TESTING  CMAKE_ARGS=	-DCMAKE_DISABLE_FIND_PACKAGE_Git:BOOL=True \ | 
