From 0a8becf43aba903cb0be45c4a05eefcd39c0080c Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Wed, 20 Apr 2022 10:04:00 +0200 Subject: [PATCH] math/mpfr: fix build on -CURRENT by using gmake PR: 263285 Submitted by: vishwin --- math/mpfr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index b39e81070bcd..746519d2aaea 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libgmp.so:math/gmp PATCHLEVEL= 13 PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} -USES= libtool tar:xz +USES= gmake libtool makeinfo tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp=${LOCALBASE} INSTALL_TARGET= install-strip