diff options
author | minskim <minskim@pkgsrc.org> | 2006-07-10 00:58:39 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-07-10 00:58:39 +0000 |
commit | cc57823fbc35ffa9648c80713fe46b30468974fa (patch) | |
tree | dc390adc79539158e7cf02ad50891b4ba448fa6f /www | |
parent | 9aa147c23e8088e398cf7a07cd6ab47b14be3fca (diff) | |
download | pkgsrc-cc57823fbc35ffa9648c80713fe46b30468974fa.tar.gz |
USE_TOOLS+=lex
Diffstat (limited to 'www')
-rw-r--r-- | www/squidGuard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squidGuard/Makefile b/www/squidGuard/Makefile index 6195968d8a9..e619cd0c991 100644 --- a/www/squidGuard/Makefile +++ b/www/squidGuard/Makefile @@ -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 @@ HOMEPAGE= http://www.squidguard.org/ 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 |