summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2013-05-20 07:24:23 +0000
committersbd <sbd@pkgsrc.org>2013-05-20 07:24:23 +0000
commit7790274c2cacae33005d605af7b4cc94f8642aae (patch)
tree63b288a5810ad4b14f8b779f89235d1346cfc224
parent9b3a2b401aee73f66576ffba19642cf317e697d3 (diff)
downloadpkgsrc-7790274c2cacae33005d605af7b4cc94f8642aae.tar.gz
USE_TOOLS+=yacc
-rw-r--r--devel/libthrift/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libthrift/Makefile b/devel/libthrift/Makefile
index 1a781f703c1..69962c3a00f 100644
--- a/devel/libthrift/Makefile
+++ b/devel/libthrift/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2013/05/14 19:15:36 joerg Exp $
+# $NetBSD: Makefile,v 1.31 2013/05/20 07:24:23 sbd Exp $
DISTNAME= thrift-${THRIFT_VERSION}
PKGNAME= libthrift-${THRIFT_VERSION}
@@ -16,7 +16,7 @@ MAKE_JOBS_SAFE= no
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake pkg-config yacc
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LEXLIB=""