Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Dec 2025 13:31:51 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 23070bb85a0a - main - misc/getopt: Remove USES=gmake
Message-ID:  <6953d447.3f20d.df3752@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=23070bb85a0a529133482120b45d7a9afefc9c6d

commit 23070bb85a0a529133482120b45d7a9afefc9c6d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-30 13:21:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-30 13:29:07 +0000

    misc/getopt: Remove USES=gmake
    
    This port builds fine with make in the base system.
---
 misc/getopt/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile
index f95d0ee494c2..57c1b9ceac8b 100644
--- a/misc/getopt/Makefile
+++ b/misc/getopt/Makefile
@@ -11,7 +11,7 @@ WWW=		https://github.com/util-linux/util-linux
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake pkgconfig shebangfix tar:xz
+USES=		pkgconfig shebangfix tar:xz
 
 CONFIGURE_ARGS=	--disable-asciidoc \
 		--disable-all-programs \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6953d447.3f20d.df3752>