diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-09 16:03:23 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-09 16:03:23 +0000 |
commit | 36864a3743f97b79d05dfa998a28671b39465b6a (patch) | |
tree | a123e409993c51184e320f52746f9f754aca2078 /mail | |
parent | 2daadd34cf44f36e83e98c07b5dad89170d24a19 (diff) | |
download | pkgsrc-36864a3743f97b79d05dfa998a28671b39465b6a.tar.gz |
USE_TOOLS+=flex
Diffstat (limited to 'mail')
-rw-r--r-- | mail/elmo/Makefile | 3 | ||||
-rw-r--r-- | mail/mairix/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile index 57c41eeaf72..70954bf66c6 100644 --- a/mail/elmo/Makefile +++ b/mail/elmo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/06/07 12:24:50 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/06/09 16:03:23 minskim Exp $ # DISTNAME= elmo-1.3.2 @@ -12,6 +12,7 @@ COMMENT= The ELectronic Mail Operator MUA USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes +USE_TOOLS+= flex GNU_CONFIGURE= yes REPLACE_PERL= elmoconf.pl diff --git a/mail/mairix/Makefile b/mail/mairix/Makefile index 5e214b1f6e0..cd884881a8b 100644 --- a/mail/mairix/Makefile +++ b/mail/mairix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/04/05 16:41:34 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/06/09 16:04:00 minskim Exp $ # DISTNAME= mairix-0.16.1 @@ -12,7 +12,7 @@ COMMENT= Program for indexing and searching email messages HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX:Q} -USE_TOOLS+= bison makeinfo +USE_TOOLS+= bison flex makeinfo INFO_FILES= # PLIST BINDIR= ${PREFIX}/bin |