diff options
author | reed <reed> | 2004-03-06 06:30:33 +0000 |
---|---|---|
committer | reed <reed> | 2004-03-06 06:30:33 +0000 |
commit | 6c58896bb256b93c07662003ba548f313b7504ef (patch) | |
tree | 10dda03222011b2e70c276eb540a83952063502d /net | |
parent | 137f5bfa35c789b1cf0411ed5aa0e583aa8b304e (diff) | |
download | pkgsrc-6c58896bb256b93c07662003ba548f313b7504ef.tar.gz |
Build uses YACC. This is to close my PR pkg/23013.
Diffstat (limited to 'net')
-rw-r--r-- | net/libIDL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libIDL/Makefile b/net/libIDL/Makefile index 57458ffa9aa..67d040d1417 100644 --- a/net/libIDL/Makefile +++ b/net/libIDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/02/14 18:26:28 jmmv Exp $ +# $NetBSD: Makefile,v 1.23 2004/03/06 06:30:33 reed Exp $ # DISTNAME= libIDL-0.8.3 @@ -12,7 +12,7 @@ COMMENT= CORBA Interface Definition Language parser USE_BUILDLINK3= YES GNU_CONFIGURE= YES -USE_GNU_TOOLS+= lex +USE_GNU_TOOLS+= lex yacc USE_LIBTOOL= YES PKGCONFIG_OVERRIDE= libIDL-2.0.pc.in INFO_FILES= libIDL2.info |