diff options
author | joerg <joerg@pkgsrc.org> | 2007-12-21 22:54:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-12-21 22:54:56 +0000 |
commit | 8ab544f87bc1129ba97216aff01496a070322426 (patch) | |
tree | 9c903053305f94194eed117b3398a8331d3222e4 /www/wwwoffle | |
parent | 90df9f469eb98dfa3a170d6a3a1f15fe50fddfa9 (diff) | |
download | pkgsrc-8ab544f87bc1129ba97216aff01496a070322426.tar.gz |
Depend on yacc, lex and flex as needed. Fixes PR 37586.
Diffstat (limited to 'www/wwwoffle')
-rw-r--r-- | www/wwwoffle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 011c574cd93..2a411fa40a3 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2007/12/02 11:46:47 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2007/12/21 22:54:57 joerg Exp $ DISTNAME= wwwoffle-2.9a PKGREVISION= 1 @@ -10,7 +10,7 @@ MAINTAINER= abs@NetBSD.org HOMEPAGE= http://www.gedanken.demon.co.uk/wwwoffle/ COMMENT= WWW proxy with support for offline browsing -USE_TOOLS+= gmake gzip perl tar +USE_TOOLS+= gmake gzip perl tar lex GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-confdir=${PKG_SYSCONFDIR:Q} |