pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libIDL Build uses YACC. This is to close my PR pkg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d86d747462ed
branches:  trunk
changeset: 470068:d86d747462ed
user:      reed <reed%pkgsrc.org@localhost>
date:      Sat Mar 06 06:30:33 2004 +0000

description:
Build uses YACC. This is to close my PR pkg/23013.

diffstat:

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

diffs (18 lines):

diff -r ac24aa9b8c96 -r d86d747462ed net/libIDL/Makefile
--- a/net/libIDL/Makefile       Sat Mar 06 06:28:47 2004 +0000
+++ b/net/libIDL/Makefile       Sat Mar 06 06:30:33 2004 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index