aboutsummaryrefslogtreecommitdiff
path: root/math/mpfr
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2022-04-20 08:04:00 +0000
committerAlex Dupre <ale@FreeBSD.org>2022-04-20 08:04:00 +0000
commit0a8becf43aba903cb0be45c4a05eefcd39c0080c (patch)
treef3ea8c959f420b66fef528cc270b3c271491d5c4 /math/mpfr
parent2047503c90f1bb4bb19db1a9b523d71d4e519bd0 (diff)
downloadports-0a8becf43aba903cb0be45c4a05eefcd39c0080c.tar.gz
ports-0a8becf43aba903cb0be45c4a05eefcd39c0080c.zip
math/mpfr: fix build on -CURRENT by using gmake
PR: 263285 Submitted by: vishwin
Diffstat (limited to 'math/mpfr')
-rw-r--r--math/mpfr/Makefile2
1 files changed, 1 insertions, 1 deletions
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