pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail USE_TOOLS+=flex



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd675ff91161
branches:  trunk
changeset: 514260:fd675ff91161
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jun 09 16:03:23 2006 +0000

description:
USE_TOOLS+=flex

diffstat:

 mail/elmo/Makefile   |  3 ++-
 mail/mairix/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r b6a9e8104110 -r fd675ff91161 mail/elmo/Makefile
--- a/mail/elmo/Makefile        Fri Jun 09 16:01:23 2006 +0000
+++ b/mail/elmo/Makefile        Fri Jun 09 16:03:23 2006 +0000
@@ -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 @@
 
 USE_LANGUAGES=         c c++
 USE_PKGLOCALEDIR=      yes
+USE_TOOLS+=            flex
 GNU_CONFIGURE=         yes
 
 REPLACE_PERL=          elmoconf.pl
diff -r b6a9e8104110 -r fd675ff91161 mail/mairix/Makefile
--- a/mail/mairix/Makefile      Fri Jun 09 16:01:23 2006 +0000
+++ b/mail/mairix/Makefile      Fri Jun 09 16:03:23 2006 +0000
@@ -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 @@
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --prefix=${PREFIX:Q}
 
-USE_TOOLS+=            bison makeinfo
+USE_TOOLS+=            bison flex makeinfo
 INFO_FILES=            # PLIST
 
 BINDIR=                        ${PREFIX}/bin



Home | Main Index | Thread Index | Old Index