pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/intercal USE_TOOLS+=lex



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c13c24c0bdb
branches:  trunk
changeset: 514992:2c13c24c0bdb
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Jun 21 18:33:14 2006 +0000

description:
USE_TOOLS+=lex

diffstat:

 lang/intercal/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 7b59b7adf6a8 -r 2c13c24c0bdb lang/intercal/Makefile
--- a/lang/intercal/Makefile    Wed Jun 21 18:31:21 2006 +0000
+++ b/lang/intercal/Makefile    Wed Jun 21 18:33:14 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/06/20 22:12:59 minskim Exp $
+# $NetBSD: Makefile,v 1.7 2006/06/21 18:33:14 minskim Exp $
 #
 
 DISTNAME=      intercal-0.20
@@ -9,6 +9,6 @@
 HOMEPAGE=      http://www.catb.org/~esr/intercal/
 COMMENT=       The ultimate language for obfuscation and job security
 
-USE_TOOLS+=    yacc
+USE_TOOLS+=    lex yacc
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index