aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-13 05:11:59 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-13 05:11:59 +0000
commit97a5d4ce8c6d159f1101aaa5871204f0afad5702 (patch)
tree84cbe17ed8333a637cdeb2287eaf20fe859ff365
parent427feae70d7065b9083c73a3fb139bc11efb7a3a (diff)
downloadports-97a5d4ce8c6d159f1101aaa5871204f0afad5702.tar.gz
ports-97a5d4ce8c6d159f1101aaa5871204f0afad5702.zip
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)
-rw-r--r--math/mprime/Makefile2
1 files changed, 1 insertions, 1 deletions
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}