diff options
author | joerg <joerg> | 2007-12-21 22:54:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-12-21 22:54:56 +0000 |
commit | f5046548a3de4f9effe5a484c4cddd2fa67a0d6c (patch) | |
tree | 9c903053305f94194eed117b3398a8331d3222e4 /www | |
parent | a54c4131d176bddf482846c3851a49e40edea270 (diff) | |
download | pkgsrc-f5046548a3de4f9effe5a484c4cddd2fa67a0d6c.tar.gz |
Depend on yacc, lex and flex as needed. Fixes PR 37586.
Diffstat (limited to 'www')
-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} |