Configure looks for bison, and 'make' dies without a yacc, as the SunOS
bulk builds show. Add bison to USE_TOOLS.
This commit is contained in:
parent
1421ed86a0
commit
670f5753b1
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2013/12/18 18:51:03 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2013/12/18 19:12:03 wiz Exp $
|
||||
|
||||
DISTNAME= libxkbcommon-0.3.2
|
||||
PKGREVISION= 1
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Library to handle keyboard descriptions
|
|||
LICENSE= mit
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= gmake pkg-config
|
||||
USE_TOOLS+= bison gmake pkg-config
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
PKGCONFIG_OVERRIDE+= xkbcommon.pc.in
|
||||
|
|
Loading…
Reference in a new issue