pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/pcc Add USE_TOOLS+= lex yacc.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2378dc529898
branches:  trunk
changeset: 533992:2378dc529898
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Oct 10 13:15:59 2007 +0000

description:
Add USE_TOOLS+=    lex yacc.
This is for PR #37095 noticed on Linux.

diffstat:

 lang/pcc/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 950e1ce28136 -r 2378dc529898 lang/pcc/Makefile
--- a/lang/pcc/Makefile Wed Oct 10 13:13:47 2007 +0000
+++ b/lang/pcc/Makefile Wed Oct 10 13:15:59 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2007/09/21 23:16:39 reed Exp $
+# $NetBSD: Makefile,v 1.5 2007/10/10 13:15:59 reed Exp $
 
 DISTNAME=      pcc-0.9.8-070912
 PKGNAME=       pcc-0.9.8
@@ -10,6 +10,7 @@
 HOMEPAGE=      http://www.ludd.ltu.se/~ragge/pcc/
 COMMENT=       Portable C compiler
 
+USE_TOOLS+=    lex yacc
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 GNU_CONFIGURE= yes
 



Home | Main Index | Thread Index | Old Index