mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
textproc/jq: Add USES=bison
... because configure looks for jq.
This commit is contained in:
parent
0c509fb2dc
commit
417b216a29
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= jq
|
PORTNAME= jq
|
||||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||||
DISTVERSION= 1.7
|
DISTVERSION= 1.7
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -10,7 +11,7 @@ WWW= https://stedolan.github.io/jq/
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= autoreconf cpe gmake libtool
|
USES= autoreconf bison cpe gmake libtool
|
||||||
USE_CSTD= gnu99
|
USE_CSTD= gnu99
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue