1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Chase the upgrade of math/e-antic to 1.0.0-rc.12.

This commit is contained in:
Thierry Thomas 2021-01-23 18:59:31 +00:00
parent a964469cc3
commit 6d6fb200df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562412
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= sage
PORTVERSION= 9.2
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= math
MASTER_SITES= https://mirrors.xmission.com/sage/src/ \
http://mirrors.xmission.com/sage/src/ \

View File

@ -1,7 +1,7 @@
SAGE_SPKG_CONFIGURE([e_antic], [
SAGE_SPKG_DEPCHECK([arb gmp flint], [
AC_CHECK_HEADER([e-antic/e-antic.h], [
AC_SEARCH_LIBS([nf_init], [eantic], [
AC_SEARCH_LIBS([renf_init], [eantic], [
], [sage_spkg_install_e_antic=yes])
], [sage_spkg_install_e_antic=yes])
])