Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2020 16:51:10 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548629 - head/math/arb
Message-ID:  <202009141651.08EGpAoR072790@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009141651.08EGpAoR072790>