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 /graphics/plotutils-nox11 | |
parent | 236980408532e7b22201d5cf8a2f31abc7657022 (diff) | |
download | pkgsrc-fd66a6a7f67ee93c3d39eb9833222eed8cd03fa2.tar.gz |
USE_TOOLS+=lex
Diffstat (limited to 'graphics/plotutils-nox11')
-rw-r--r-- | graphics/plotutils-nox11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |