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 | 0836bdf20dd12411e93f33fd6df6fabef74bbe86 (patch) | |
tree | e5bb5121557317431eb4597f07f71573c44174c5 | |
parent | d649658d586b3112fe523ddd231d9f941a335566 (diff) | |
download | pkgsrc-0836bdf20dd12411e93f33fd6df6fabef74bbe86.tar.gz |
Add HAVE_YACC=yes to configure environment.
configure script was checking for YACC wrong (like .../bin/usr/pkg/bin/bison).
-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 |