diff options
author | sbd <sbd> | 2013-05-20 07:24:23 +0000 |
---|---|---|
committer | sbd <sbd> | 2013-05-20 07:24:23 +0000 |
commit | e001f85e3bede44b652b4672f7484d9628349167 (patch) | |
tree | 63b288a5810ad4b14f8b779f89235d1346cfc224 /devel/libthrift/Makefile | |
parent | 76ec16b1f3882a2464b437345417f135d651cd4a (diff) | |
download | pkgsrc-e001f85e3bede44b652b4672f7484d9628349167.tar.gz |
USE_TOOLS+=yacc
Diffstat (limited to 'devel/libthrift/Makefile')
-rw-r--r-- | devel/libthrift/Makefile | 4 |
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="" |