git: 97a5d4ce8c6d - main - math/mprime: Fix build on i386 by adding USES=localbase

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 13 Jul 2022 05:13:42 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=97a5d4ce8c6d159f1101aaa5871204f0afad5702

commit 97a5d4ce8c6d159f1101aaa5871204f0afad5702
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-13 05:11:59 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-13 05:11:59 +0000

    math/mprime: Fix build on i386 by adding USES=localbase
    
    The gmp.h header wasn't found because /usr/local/include wasn't
    in the search path on i386.
    
    Reported by:    fallout
    Approved by:    portmgr (blanket unbreak)
---
 math/mprime/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/mprime/Makefile b/math/mprime/Makefile
index d7ae3a4fa4d6..70560b45ac25 100644
--- a/math/mprime/Makefile
+++ b/math/mprime/Makefile
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl					\
 		libhwloc.so.15:devel/hwloc2				\
 		libgmp.so:math/gmp
 
-USES=		zip
+USES=		localbase zip
 
 NO_WRKSUBDIR=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}