pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/acpi-iasl USE_TOOLS+=flex



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ce05e88d6b4
branches:  trunk
changeset: 515165:8ce05e88d6b4
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Jun 26 16:24:53 2006 +0000

description:
USE_TOOLS+=flex

diffstat:

 sysutils/acpi-iasl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6c759acf1054 -r 8ce05e88d6b4 sysutils/acpi-iasl/Makefile
--- a/sysutils/acpi-iasl/Makefile       Mon Jun 26 16:23:36 2006 +0000
+++ b/sysutils/acpi-iasl/Makefile       Mon Jun 26 16:24:53 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/03/12 13:15:20 kochi Exp $
+# $NetBSD: Makefile,v 1.9 2006/06/26 16:24:53 minskim Exp $
 #
 
 DISTNAME=      acpica-unix-${ACPI_IASL_VERSION}
@@ -16,7 +16,7 @@
 
 INSTALLATION_DIRS=     bin share/doc/acpi-iasl
 
-USE_TOOLS+=    bison gm4 gmake
+USE_TOOLS+=    bison flex gm4 gmake
 
 do-build:
        @cd ${WRKSRC}/compiler && ${MAKE_PROGRAM}



Home | Main Index | Thread Index | Old Index