git: 6f3d776552e7 - 2023Q3 - textproc/angle-grinder: Unbreak build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Aug 2023 23:05:13 UTC
The branch 2023Q3 has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f3d776552e7014e9a375f2f585611558a2a152f commit 6f3d776552e7014e9a375f2f585611558a2a152f Author: Lewis Cook <lcook@FreeBSD.org> AuthorDate: 2023-08-21 23:00:38 +0000 Commit: Lewis Cook <lcook@FreeBSD.org> CommitDate: 2023-08-21 23:04:55 +0000 textproc/angle-grinder: Unbreak build The crate `tikv-jemalloc-sys` requires `gmake` during the build process, add it to the `USES` directive. Reported by: pkg-fallout MFH: 2023Q3 (cherry picked from commit d3e06c19a1188ccebdd5502ed35723af7ecb10cf) --- textproc/angle-grinder/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/angle-grinder/Makefile b/textproc/angle-grinder/Makefile index 2543d2f6c592..191e7cf763a2 100644 --- a/textproc/angle-grinder/Makefile +++ b/textproc/angle-grinder/Makefile @@ -1,6 +1,7 @@ PORTNAME= angle-grinder DISTVERSIONPREFIX= v DISTVERSION= 0.19.2 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org @@ -10,7 +11,7 @@ WWW= https://github.com/rcoh/angle-grinder LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cargo ssl +USES= cargo gmake ssl USE_GITHUB= yes GH_ACCOUNT= rcoh