pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libIDL add USE_GNU_TOOLS+=lex, as this package req...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c74e0fc129a
branches:  trunk
changeset: 467576:3c74e0fc129a
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Feb 03 09:00:34 2004 +0000

description:
add USE_GNU_TOOLS+=lex, as this package requires flex to build.

diffstat:

 net/libIDL/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fc12ddafca87 -r 3c74e0fc129a net/libIDL/Makefile
--- a/net/libIDL/Makefile       Tue Feb 03 08:57:20 2004 +0000
+++ b/net/libIDL/Makefile       Tue Feb 03 09:00:34 2004 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index