diff --git a/math/suitesparse-lagraph/Makefile b/math/suitesparse-lagraph/Makefile index 39ef4ccce5ba..fd532be85270 100644 --- a/math/suitesparse-lagraph/Makefile +++ b/math/suitesparse-lagraph/Makefile @@ -1,24 +1,24 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= math COMMENT= Graph algorithms based on GraphBLAS WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html LICENSE= BSD2CLAUSE LIB_DEPENDS= libgraphblas.so:math/suitesparse-graphblas USES= localbase:ldflags MPORTNAME= LAGraph USE_LDCONFIG= yes .include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk" post-stage-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${BUILD_WRKSRC}/README.md \ ${STAGEDIR}${DOCSDIR}/${MPORTNAME}_README.md .include