Skip to content

Commit

Permalink
math/mpfr: fix build on -CURRENT by using gmake
Browse files Browse the repository at this point in the history
PR:		263285
Submitted by:	vishwin
  • Loading branch information
alexdupre committed Apr 20, 2022
1 parent 2047503 commit 0a8becf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/mpfr/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 0a8becf

Please sign in to comment.