git: 0a8becf43aba - main - math/mpfr: fix build on -CURRENT by using gmake
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Apr 2022 08:05:31 UTC
The branch main has been updated by ale: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a8becf43aba903cb0be45c4a05eefcd39c0080c commit 0a8becf43aba903cb0be45c4a05eefcd39c0080c Author: Alex Dupre <ale@FreeBSD.org> AuthorDate: 2022-04-20 08:04:00 +0000 Commit: Alex Dupre <ale@FreeBSD.org> CommitDate: 2022-04-20 08:04:00 +0000 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