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 | 2daadd34cf44f36e83e98c07b5dad89170d24a19 (patch) | |
tree | 324a92404c9eb723e8e5156bc8544b9befebcc62 /graphics | |
parent | dca8c757dba3c4142e407ab79f798a32132cb5b4 (diff) | |
download | pkgsrc-2daadd34cf44f36e83e98c07b5dad89170d24a19.tar.gz |
USE_TOOLS+=lex
Diffstat (limited to 'graphics')
-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 |