pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/Xaw3d Need lex & yacc.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d89f20e8383
branches:  trunk
changeset: 533762:0d89f20e8383
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Sep 29 12:28:36 2007 +0000

description:
Need lex & yacc.
Problem reported by L. Schmidt in PR 36937 and fix confirmed by Aleksey Cheusov
in pkgsrc-bulk@.

diffstat:

 x11/Xaw3d/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 31c281d22ced -r 0d89f20e8383 x11/Xaw3d/Makefile
--- a/x11/Xaw3d/Makefile        Sat Sep 29 12:18:16 2007 +0000
+++ b/x11/Xaw3d/Makefile        Sat Sep 29 12:28:36 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2007/09/11 23:49:39 smb Exp $
+# $NetBSD: Makefile,v 1.53 2007/09/29 12:28:36 obache Exp $
 #
 
 DISTNAME=      Xaw3d-1.5E
@@ -17,6 +17,7 @@
 
 WRKSRC=                ${WRKDIR}/xc/lib/Xaw3d
 USE_IMAKE=     YES
+USE_TOOLS+=    lex yacc
 PLIST_SRC=     ${WRKDIR}/PLIST-src
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index