diff options
author | reed <reed@pkgsrc.org> | 2004-03-22 18:08:29 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-03-22 18:08:29 +0000 |
commit | 43f6893fe1167d939e7680a470c3899922a35211 (patch) | |
tree | e5bb5121557317431eb4597f07f71573c44174c5 /net/libIDL/Makefile | |
parent | e52e0d549c1f8f8bb608f2a466583a9114f8aaa2 (diff) | |
download | pkgsrc-43f6893fe1167d939e7680a470c3899922a35211.tar.gz |
Add HAVE_YACC=yes to configure environment.
configure script was checking for YACC wrong (like .../bin/usr/pkg/bin/bison).
Diffstat (limited to 'net/libIDL/Makefile')
-rw-r--r-- | net/libIDL/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libIDL/Makefile b/net/libIDL/Makefile index 67d040d1417..29c7e776d74 100644 --- a/net/libIDL/Makefile +++ b/net/libIDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/03/06 06:30:33 reed Exp $ +# $NetBSD: Makefile,v 1.24 2004/03/22 18:08:29 reed Exp $ # DISTNAME= libIDL-0.8.3 @@ -13,6 +13,7 @@ COMMENT= CORBA Interface Definition Language parser USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_GNU_TOOLS+= lex yacc +CONFIGURE_ENV+= HAVE_YACC=yes USE_LIBTOOL= YES PKGCONFIG_OVERRIDE= libIDL-2.0.pc.in INFO_FILES= libIDL2.info |