svn commit: r548629 - head/math/arb

Yuri Victorovich yuri at FreeBSD.org
Mon Sep 14 16:51:11 UTC 2020


Author: yuri
Date: Mon Sep 14 16:51:10 2020
New Revision: 548629
URL: https://svnweb.freebsd.org/changeset/ports/548629

Log:
  math/arb: Change build to cmake

Modified:
  head/math/arb/Makefile

Modified: head/math/arb/Makefile
==============================================================================
--- head/math/arb/Makefile	Mon Sep 14 16:45:28 2020	(r548628)
+++ head/math/arb/Makefile	Mon Sep 14 16:51:10 2020	(r548629)
@@ -14,9 +14,7 @@ LIB_DEPENDS=	libflint.so:math/flint2 \
 		libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr
 
-USES=		gmake
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-static
+USES=		cmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	fredrik-johansson
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list