Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Sep 2023 03:40:18 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 417b216a29a3 - main - textproc/jq: Add USES=bison
Message-ID:  <202309110340.38B3eIKP069593@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=417b216a29a36d76e70e96d0ab0ceeda43ef1f68

commit 417b216a29a36d76e70e96d0ab0ceeda43ef1f68
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-09-10 20:13:28 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-09-11 03:40:14 +0000

    textproc/jq: Add USES=bison
    
    ... because configure looks for jq.
---
 textproc/jq/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/jq/Makefile b/textproc/jq/Makefile
index 1c2fc839a539..a5de3eace68e 100644
--- a/textproc/jq/Makefile
+++ b/textproc/jq/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	jq
 DISTVERSIONPREFIX=	${PORTNAME}-
 DISTVERSION=	1.7
+PORTREVISION=	1
 CATEGORIES=	textproc
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -10,7 +11,7 @@ WWW=		https://stedolan.github.io/jq/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		autoreconf cpe gmake libtool
+USES=		autoreconf bison cpe gmake libtool
 USE_CSTD=	gnu99
 USE_LDCONFIG=	yes
 



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