diff options
author | wiz <wiz@pkgsrc.org> | 2013-12-18 19:12:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-12-18 19:12:03 +0000 |
commit | d9f9bbae6ca85dcda1c25fb2a0a21dd513219977 (patch) | |
tree | 91468d52d2e2ae5db76d7bb2df4f6d6d172b9e31 /x11/libxkbcommon | |
parent | 3e7ce9e5a72fdf1ebe8a8f6510ba685be18d9d97 (diff) | |
download | pkgsrc-d9f9bbae6ca85dcda1c25fb2a0a21dd513219977.tar.gz |
Configure looks for bison, and 'make' dies without a yacc, as the SunOS
bulk builds show. Add bison to USE_TOOLS.
Diffstat (limited to 'x11/libxkbcommon')
-rw-r--r-- | x11/libxkbcommon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libxkbcommon/Makefile b/x11/libxkbcommon/Makefile index caadef16305..7fc5b8237b4 100644 --- a/x11/libxkbcommon/Makefile +++ b/x11/libxkbcommon/Makefile @@ -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 |