From 2e62e50a9af4448ab6be086833e9b8ec0eca108d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 13 Nov 2012 07:50:43 +0100 Subject: [PATCH] xbps-src-utils: use bison25. --- srcpkgs/xbps-src-utils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xbps-src-utils/template b/srcpkgs/xbps-src-utils/template index 992923b3aa0..d2d05124282 100644 --- a/srcpkgs/xbps-src-utils/template +++ b/srcpkgs/xbps-src-utils/template @@ -5,7 +5,7 @@ revision=1 homepage="https://github.com/davehome/xbps-src-utils" build_style=configure configure_args="--prefix=/usr --etcdir=/etc" -makedepends="git pkg-config flex bison libxbps-devel" +makedepends="git pkg-config bison25 flex libxbps-devel" short_desc="Various tools for xbps-src in C (like repo-checkvers)" maintainer="davehome " license="Simplified BSD"