diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-09 16:01:23 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-09 16:01:23 +0000 |
commit | fd66a6a7f67ee93c3d39eb9833222eed8cd03fa2 (patch) | |
tree | 324a92404c9eb723e8e5156bc8544b9befebcc62 | |
parent | 236980408532e7b22201d5cf8a2f31abc7657022 (diff) | |
download | pkgsrc-fd66a6a7f67ee93c3d39eb9833222eed8cd03fa2.tar.gz |
USE_TOOLS+=lex
-rw-r--r-- | devel/treecc/Makefile | 4 | ||||
-rw-r--r-- | graphics/plotutils-nox11/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/treecc/Makefile b/devel/treecc/Makefile index 6a3636e5480..b393b63f156 100644 --- a/devel/treecc/Makefile +++ b/devel/treecc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/31 05:37:09 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/06/09 16:01:23 minskim Exp $ # DISTNAME= treecc-0.3.6 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnu.org/projects/dotgnu/ COMMENT= DotGNU Portable.NET aspect-oriented programming tool GNU_CONFIGURE= yes -USE_TOOLS+= gmake makeinfo +USE_TOOLS+= gmake lex makeinfo INFO_FILES= # PLIST .include "../../mk/bsd.pkg.mk" diff --git a/graphics/plotutils-nox11/Makefile b/graphics/plotutils-nox11/Makefile index 4875cd4db0d..03408ed751d 100644 --- a/graphics/plotutils-nox11/Makefile +++ b/graphics/plotutils-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/04/17 13:45:59 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2006/06/09 16:02:18 minskim Exp $ # DISTNAME= plotutils-2.4.1 @@ -17,6 +17,7 @@ DISTINFO_FILE= ${.CURDIR}/../../graphics/plotutils/distinfo PATCHDIR= ${.CURDIR}/../../graphics/plotutils/patches USE_LANGUAGES= c c++ +USE_TOOLS+= lex INFO_FILES= # PLIST USE_LIBTOOL= yes |