diff options
Diffstat (limited to 'math/geogram/Makefile')
-rw-r--r-- | math/geogram/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/geogram/Makefile b/math/geogram/Makefile index 8921a207a3bb..ae2b2d44fe41 100644 --- a/math/geogram/Makefile +++ b/math/geogram/Makefile @@ -1,17 +1,16 @@ # $FreeBSD$ PORTNAME= geogram -DISTVERSION= 1.6.9 -PORTREVISION= 1 +DISTVERSION= 1.6.11 CATEGORIES= math -MASTER_SITES= https://gforge.inria.fr/frs/download.php/file/37779/ +MASTER_SITES= https://gforge.inria.fr/frs/download.php/file/37934/ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Programming library of geometric algorithms LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/doc/devkit/license.dox +xLICENSE_FILE= ${WRKSRC}/doc/devkit/license.dox LIB_DEPENDS= libglfw.so:graphics/glfw |