diff options
author | grant <grant> | 2004-02-03 09:00:34 +0000 |
---|---|---|
committer | grant <grant> | 2004-02-03 09:00:34 +0000 |
commit | 553b24bc418345aafae74189cbc869572eb51d3d (patch) | |
tree | 1753c982dd6917126dd6d13da639135236118bb8 /net | |
parent | 61a75a801ad6f4f7eef5712c049f6318275e6586 (diff) | |
download | pkgsrc-553b24bc418345aafae74189cbc869572eb51d3d.tar.gz |
add USE_GNU_TOOLS+=lex, as this package requires flex to build.
Diffstat (limited to 'net')
-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 2c2858f9fd7..91e61a51376 100644 --- a/net/libIDL/Makefile +++ b/net/libIDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/12/04 17:07:48 xtraeme Exp $ +# $NetBSD: Makefile,v 1.18 2004/02/03 09:00:34 grant Exp $ # DISTNAME= libIDL-0.8.2 @@ -13,6 +13,7 @@ COMMENT= CORBA Interface Definition Language parser USE_BUILDLINK2= YES GNU_CONFIGURE= YES +USE_GNU_TOOLS+= lex USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE= ${WRKSRC}/libIDL-2.0.pc.in |