pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/squidGuard USE_TOOLS+=lex



details:   https://anonhg.NetBSD.org/pkgsrc/rev/899dd56b0756
branches:  trunk
changeset: 515857:899dd56b0756
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Jul 10 00:58:39 2006 +0000

description:
USE_TOOLS+=lex

diffstat:

 www/squidGuard/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2103b0997cb9 -r 899dd56b0756 www/squidGuard/Makefile
--- a/www/squidGuard/Makefile   Mon Jul 10 00:56:25 2006 +0000
+++ b/www/squidGuard/Makefile   Mon Jul 10 00:58:39 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/06/09 16:15:07 minskim Exp $
+# $NetBSD: Makefile,v 1.13 2006/07/10 00:58:39 minskim Exp $
 #
 
 DISTNAME=      squidGuard-1.2.0
@@ -12,7 +12,7 @@
 COMMENT=       Ultrafast and free filter, redirector and access controller for Squid
 
 GNU_CONFIGURE= YES
-USE_TOOLS+=    yacc
+USE_TOOLS+=    lex yacc
 
 CONFIGURE_ARGS+=       --with-db-inc=${BUILDLINK_PREFIX.db3}/include/db3
 CONFIGURE_ARGS+=       --with-db-lib=${BUILDLINK_PREFIX.db3}/lib/db3



Home | Main Index | Thread Index | Old Index