svn commit: r561248 - head/math/pynac

Thierry Thomas thierry at FreeBSD.org
Mon Jan 11 19:00:19 UTC 2021


Author: thierry
Date: Mon Jan 11 19:00:18 2021
New Revision: 561248
URL: https://svnweb.freebsd.org/changeset/ports/561248

Log:
  Pynac is now linked with MPFR.

Modified:
  head/math/pynac/Makefile

Modified: head/math/pynac/Makefile
==============================================================================
--- head/math/pynac/Makefile	Mon Jan 11 18:38:42 2021	(r561247)
+++ head/math/pynac/Makefile	Mon Jan 11 19:00:18 2021	(r561248)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pynac
 PORTVERSION=	0.7.26
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math python
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTNAME}/
 
@@ -14,6 +14,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libgmp.so:math/gmp		\
 		libntl.so:math/ntl		\
+		libmpfr.so:math/mpfr		\
 		libflint.so:math/flint2		\
 		libSingular.so:math/singular
 


More information about the svn-ports-all mailing list