diff options
author | minskim <minskim> | 2006-06-09 16:03:23 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-06-09 16:03:23 +0000 |
commit | 9ac9dbfd5354cde8849a018813027b4b62f834ca (patch) | |
tree | a123e409993c51184e320f52746f9f754aca2078 /mail/elmo | |
parent | 2fab819327b4d96bbd68da0ba3bd2513743702da (diff) | |
download | pkgsrc-9ac9dbfd5354cde8849a018813027b4b62f834ca.tar.gz |
USE_TOOLS+=flex
Diffstat (limited to 'mail/elmo')
-rw-r--r-- | mail/elmo/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |