Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2022 14:05:15 GMT
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: 7f176d8fd4d2 - main - devel/protobuf: Remove USES=gmake
Message-ID:  <202206161405.25GE5FcE012517@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7f176d8fd4d2a12afd2ec0a9a679b198ea723128

commit 7f176d8fd4d2a12afd2ec0a9a679b198ea723128
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-16 13:59:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-16 13:59:08 +0000

    devel/protobuf: Remove USES=gmake
    
    It compiles fine without gmake now.
---
 devel/protobuf/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile
index 06dea8b7fca6..a9e2a57e444a 100644
--- a/devel/protobuf/Makefile
+++ b/devel/protobuf/Makefile
@@ -17,7 +17,7 @@ BROKEN_sparc64=	fails to compile: no atomic ops available
 
 TEST_DEPENDS=	googletest>=0:devel/googletest
 
-USES=		compiler:c++11-lang cpe gmake libtool localbase pathfix pkgconfig
+USES=		compiler:c++11-lang cpe libtool localbase pathfix pkgconfig
 
 CFLAGS+=	-D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I${WRKSRC}/src
 CONFIGURE_ENV=	CC_FOR_BUILD="${CC}" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206161405.25GE5FcE012517>